Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 11 hours 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T17:21:36.000Z (11 months ago)
- Last Synced: 2024-03-14T18:59:02.428Z (11 months ago)
- Topics: 2048-game, android, flutter, game, ios, webapp
- Language: Dart
- Homepage:
- Size: 1.17 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- 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 :
[![GooglePlay](https://raw.githubusercontent.com/Drarox/Flutter_2048/master/metadata/images/google-play-badge.png)](https://play.google.com/store/apps/details?id=com.yannickburkard.flutter2048)
Web version :
[![Webapp](https://raw.githubusercontent.com/Drarox/Flutter_2048/master/metadata/images/web-badge-v1.png)](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
![2048](https://raw.githubusercontent.com/Drarox/Flutter_2048/master/metadata/images/screen1.png "2048 Game")
![2048](https://raw.githubusercontent.com/Drarox/Flutter_2048/master/metadata/images/screen2.png "2048 Game")## License
Copyright (c) 2020, Yannick Burkard and contributors. All rights reserved.
[MIT License](https://github.com/Drarox/Flutter_2048/blob/master/LICENSE)