Skip to content

alokjha2/flutterGame

Repository files navigation

Memory Game

Memory Game is a simple Flutter app that tests your memory by flipping and matching cards.

Table of Contents

Overview

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.

Installation

To run the app locally, follow these steps:

  1. Install Flutter.
  2. Clone this repository: git clone https://github.com/your-username/memory-game.git
  3. Navigate to the project directory: cd memory-game
  4. Install dependencies: flutter pub get
  5. Run the app: flutter run

Folder Structure

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

Dependencies

Screenshots

Screenshot 1 Screenshot 1

Video

  • App demo usage Video:

https://github.com/alokjha2/flutterGame/blob/main/screenshots/record1.mp4

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please create an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published