https://github.com/drarox/flutter_2048
Simple 2048 game made with Flutter for iOS, Android and Web.
https://github.com/drarox/flutter_2048
2048-game android flutter game ios webapp
Last synced: 11 months ago
JSON representation
Simple 2048 game made with Flutter for iOS, Android and Web.
- Host: GitHub
- URL: https://github.com/drarox/flutter_2048
- Owner: Drarox
- License: mit
- Created: 2020-03-06T13:52:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T17:21:36.000Z (over 2 years ago)
- Last Synced: 2025-03-29T02:42:00.075Z (about 1 year ago)
- Topics: 2048-game, android, flutter, game, ios, webapp
- Language: Dart
- Homepage:
- Size: 1.17 MB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter 2048
Simple 2048 game made with Flutter for iOS, Android and Web.
## Features
- Best score saved in web and mobile version.
- Restart button
- Nice colored UI
- Responsive design for mobile, tablet and web browser on pc
- Game over popup
## Releases
Get the app on the playstore :
[](https://play.google.com/store/apps/details?id=com.yannickburkard.flutter2048)
Web version :
[](https://flutter2048.yannick-burkard.eu.org/#/)
## How to play :
Simply just swipe (Up, Down, Left or Right) to move the tiles, you can merge tiles with the same number to create a bigger one and win more points. The main goal is to reach the 2048 tile, but you can still continue trying to beat your high score after that !
## Screenshots


## License
Copyright (c) 2020, Yannick Burkard and contributors. All rights reserved.
[MIT License](https://github.com/Drarox/Flutter_2048/blob/master/LICENSE)