Skip to content

lijimo/pygame_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Memory Game in Python

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! 🧠🎮🐍

Installation

  1. Clone the repository:

    git clone "https://github.com/lijimo/pygame_project.git"

  2. Install dependencies:

    pip install -r requirements.txt

Usage

To run the game and start playing, simply navigate to the pygame folder and execute the following commands:

cd .../pygame_project

python app.py

About

Simple Memory Game in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages