Implementation of the popular game 2048 for Android in Java.
The application uses device's sensors to:
- Control the game board based on device acceleration
- Enable dark mode in accordance to light level
- Change the game's theme based on the cardinal direction the devise is facing
- Pause the game when an object is detected close to the device
- Authenticate user based on the fingerprint provided
- To run tests: gradlew.bat test