Memory Game – Android Source Code

Overview

Simple game to train your memory. Click on the question marks to reveal
the images behind. Remember them all and try to match them in pairs. Be
as fast as possible!
The code is written in Android Studio in native JAVA language. No additional libraries and frameworks were used!

Features

The game:

  • Single Player mode (timed game)   
  • Multiplayer mode (hotseat game)   
  • Nice clean design with animations
  • Navigation Drawer for choosing game mode
  • Remembers best time for the single player mode
  • Integrated AdMob Interstitial Ads
  • Easy to reskin

The code:

  • Native JAVA language
  • Written in Android Studio   
  • No libraries and frameworks

Requirements

To run the app you need:

  • Smartphone with Android 2.3 or higher
  • Tablet with Android 2.3 or higher

To compile and run the code you need:

  • Android Studio
  • Android SDK
  • JAVA

Instructions

  • To run the game you need Android 2.3 or higher
  • To compile and run the code you need Android Studio

Related