This is a memory game where you have to match pairs of tiles. You turn over one tile, and then try to find a matching tile.
The memory game is a pair matching game where the player clicks on 2 cards, if they are the same they remain flipped or else they return back to their original state. The game ends when all cards are flipped open.
The application is written in Kotlin using the MVVM architecture
You can play in 2 difficulty levels
Your best results are saved in the database
You get a nice application with transition animation
List of TODOs for future development
- Add more pictures
- Change the way points are calculated
- Minor bug fixes
Download the zip folder from Github and open in Android Studio
Project is: in progress