Memory Game is a simple Flutter app that tests your memory by flipping and matching cards.
Memory Game is a mobile game developed using Flutter framework. It features a classic memory game where players need to match pairs of cards by flipping them over.
To run the app locally, follow these steps:
- Install Flutter.
- Clone this repository:
git clone https://github.com/your-username/memory-game.git
- Navigate to the project directory:
cd memory-game
- Install dependencies:
flutter pub get
- Run the app:
flutter run
memory-game/ │ ├── lib/ # Source code directory │ ├── screens/ # Screens of the app │ ├── widgets/ # Reusable widgets │ ├── models/ # Data models │ └── controllers/ # Controllers for state management │ ├── assets/ # Asset directory │ ├── images/ # Images used in the app │ └── videos/ # Videos used in the app │ ├── test/ # Test directory │ ├── unit/ # Unit tests │ ├── integration/ # Integration tests │ └── ui/ # UI tests │ └── README.md # Project documentation
markdown Copy code
- Flutter SDK
- Get - Navigation management
- App demo usage Video:
https://github.com/alokjha2/flutterGame/blob/main/screenshots/record1.mp4
Contributions are welcome! If you find any bugs or have suggestions for improvements, please create an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.