Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliaszymanska/2048_game

Implementation of the popular game 2048 for Android in Java.
https://github.com/juliaszymanska/2048_game

2048-game android android-application app css game gradle gradlew gui java

Last synced: 29 days ago
JSON representation

Implementation of the popular game 2048 for Android in Java.

Awesome Lists containing this project

README

        

# 2048 with sensors



Get it on Google Play

### Gameplay:


Gameplay

### Description:
Implementation of the popular game [2048](https://en.wikipedia.org/wiki/2048_(video_game)) 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

### Requirements:
* [Android SDK](https://developer.android.com/studio)
* [Java Developement Kit](https://www.oracle.com/pl/java/technologies/javase-downloads.html)
* [Gradle](https://gradle.org/)
* [JUnit4](https://junit.org/junit4/)

### Tests

- To run tests: gradlew.bat test

### Team Members
* [Julia Szymańska](https://github.com/JuliaSzymanska)
* [Przemysław Zdrzalik](https://github.com/ZdrzalikPrzemyslaw)

### License

[Apache License 2.0](https://github.com/JuliaSzymanska/Mobile_App/blob/master/LICENSE)