Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/juliaszymanska/2048_game
- Owner: JuliaSzymanska
- License: apache-2.0
- Created: 2020-04-19T10:01:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T19:09:51.000Z (over 4 years ago)
- Last Synced: 2024-11-15T07:22:17.520Z (3 months ago)
- Topics: 2048-game, android, android-application, app, css, game, gradle, gradlew, gui, java
- Language: Java
- Homepage:
- Size: 104 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2048 with sensors
### 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)