This is an Android application which allows users to play the game the classic game Mastermind.
Users make guesses to try and decipher a code consisting of four colours.
You can get started by cloning the project to your local machine:
$ git clone https://github.com/amitchell94/mastermind-android-app.git
For this application you will need a minimum of Android API level 16.
After cloning the repository to your local machine, you can import the project into Android Studio.
This application can be deployed by building the APK file and installing it on an Android phone or tablet a minimum of API level 16.
- Gradle - Dependency Management
- Andy Mitchell - Initial work - GitHub
This project is licensed under the MIT License - see the LICENSE.md file for details