Skip to content

Implementation of the popular game 2048 for Android in Java.

License

Notifications You must be signed in to change notification settings

JuliaSzymanska/2048_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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