ZdrzalikPrzemyslaw / 2048_Game

Implementation of the popular game 2048 for Android in Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2048 with sensors

Gameplay:

Gameplay

Description:

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

Requirements:

Tests

  • To run tests: gradlew.bat test

Team Members

License

Apache License 2.0

About

Implementation of the popular game 2048 for Android in Java.

License:Apache License 2.0


Languages

Language:Java 100.0%