Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)