Skip to content

tng2903/game2048

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

2048 Game

Features Overview

  • supports different grid sizes (standard - 4x4 grid)
  • game engine is separated from UI
  • high score support (stored in SharedPreferences / NSUserDefaults)
  • supports one step back
  • win/lose check

Missing features (All contributions are welcome)

  • move animations
  • the gesture engine seems to respond a little bit slow
  • limited test coverage
  • history of steps (multi-step back)

Developer Notes

Icon update

In order to update the app icon, put the new icon for android and ios into assets folder and then run

flutter pub pub run flutter_launcher_icons:main

About

2048 Game written in flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 88.0%
  • Ruby 7.9%
  • Objective-C 2.7%
  • Java 1.4%