https://github.com/shubhexists/2048
2048 implemented in Flutter
https://github.com/shubhexists/2048
2048 2048-game dart flutter game
Last synced: 16 days ago
JSON representation
2048 implemented in Flutter
- Host: GitHub
- URL: https://github.com/shubhexists/2048
- Owner: shubhexists
- License: mit
- Created: 2023-11-08T16:33:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T16:30:53.000Z (over 1 year ago)
- Last Synced: 2025-03-24T15:02:43.760Z (about 1 month ago)
- Topics: 2048, 2048-game, dart, flutter, game
- Language: Dart
- Homepage:
- Size: 229 KB
- Stars: 24
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 2048
The game is purely made using Flutter's Animation System using AnimatedWidget and Explicit animations.
The project is made in **Flutter 3.0** at the moment and is not related in anyway to the Flame Game Engine or the Game toolking the Flutter team released with version 3.0

# Running the Game
1. Get Packages
```dart
flutter pub get
```2. Run Application
```dart
flutter run
```3. Build Apk
```dart
flutter build apk
```# Gameplay
https://user-images.githubusercontent.com/9529847/171466396-528b6ac1-19da-4a0b-b8d0-5146871396eb.mp4