- Flutter
- Dart
- C/C++
Colorpop.Initial.Version.mp4
Colorpop.Second.Version.mp4
Colorpop.Android.Test.Version.mp4
- 8x8 game board
- 5 different colored blocks
- Connected block removal system
- Scoring system
- Gravity effect (blocks fall down)
- Game reset functionality
- Set up your Flutter development environment
- Clone this repository:
git clone https://github.com/Hyowon-Cho/ColorPop.git- Navigate to the project directory:
cd ColorPop- Install dependencies:
flutter pub get- Run the app:
flutter run- Touch adjacent blocks of the same color
- Connected blocks (2 or more) will be removed
- Earn points based on the number of removed blocks
- Press the Reset button at the top to restart the game
- MIT License