The Simple Memory Game is a Python-based project designed to test and enhance memory skills. In this game, a grid of tiles (each representing an image or symbol) is displayed face-down. Players take turns flipping two tiles at a time. If the flipped tiles match, they are removed; otherwise, they are flipped back face-down. The objective is to uncover all matching pairs by remembering the positions of the tiles. It’s a fun and engaging way to challenge memory and concentration! 🧠🎮🐍
-
Clone the repository:
git clone "https://github.com/lijimo/pygame_project.git"
-
Install dependencies:
pip install -r requirements.txt
To run the game and start playing, simply navigate to the pygame folder and execute the following commands:
cd .../pygame_project
python app.py