Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.31 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.31 KB

Android Memory Game

memory

An open-source Flip'n Find! memory board game:

  1. Users can play with the default icons (i have used comic book characters😅). Or,
  2. Play a custom game using photos from their phone.
  3. Users can also download memory boards made by other players across the globe by entering the said game name.

miscellaneous:

  1. 3-levels of difficulty:
    • Easy [Grid: 4x2]
    • Medium [Grid: 6x3]
    • Hard [Grid: 7x4]
  2. RecyclerView for dynamic view measurement for any layout.
  3. Firebase storage for storing image urls from user's phone. And,
  4. Firestore database to play custom game with the saved image urls.

Open source libraries used: