https://github.com/xaxys/flutter_2048
A 2048 game implement by flutter.
https://github.com/xaxys/flutter_2048
Last synced: 27 days ago
JSON representation
A 2048 game implement by flutter.
- Host: GitHub
- URL: https://github.com/xaxys/flutter_2048
- Owner: xaxys
- License: mit
- Created: 2021-02-14T11:56:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T17:35:11.000Z (about 4 years ago)
- Last Synced: 2025-04-18T06:51:22.632Z (about 1 month ago)
- Language: Dart
- Size: 126 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_2048
A 2048 game implemented by flutter.
## Features
* High score storage.
* Adaptive resolution.
* Gesture & Keyboard support.
* Slide animation.
* Operation history (`undo` button).
WARNING! It's a experimental project developed for learning purpose. Please expect breaking changes and unstable APIs. Most of them are currently at an early, experimental stage.
## Releases
You can try web edition here: [2048.oasis.run](http://2048.oasis.run).
Or found releases here: [github.com/xaxys/flutter_2048/releases](https://github.com/xaxys/flutter_2048/releases).
## License
This project is opensourced under the MIT License.