# 2048 **Repository Path**: BlackSheep3382/2048 ## Basic Information - **Project Name**: 2048 - **Description**: flutter 2048 game - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-18 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 on Web, Android, iOS and MacOS](https://user-images.githubusercontent.com/9529847/172562297-78396f12-ab27-472a-91fa-2fd788a54edf.png) # 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