Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Memory Game

Game Description

A classic memory card matching game where players test their recall and concentration skills. The objective is to find all matching pairs of cards on the board by flipping them over two at a time.

Rules

  1. The game is played on a 4x4 grid with hidden emoji symbols
  2. Each symbol appears exactly twice on the board
  3. Players take turns revealing two cards per move
  4. If the two revealed cards match, they remain face-up
  5. If the cards do not match, they are turned face-down again
  6. The game continues until all pairs are matched
  7. The goal is to match all pairs with the least number of moves

How to play

  1. Fork the repo by clicking the fork logo the on top right
  2. Clone the repo git clone git@github.com:AseanK/beginner-python-games.git
  3. Head to the memory_game folder
  4. Run the file using python command python memory-game.py

Gameplay Instructions

  • Enter row and column numbers to select cards
  • Try to remember the locations of previously revealed cards
  • Match all pairs to win the game
  • Your goal is to complete the game with the fewest moves possible

Future Improvements

  • Add difficulty levels
  • Implement a scoring system
  • Create a graphical user interface (GUI)
  • Add multiplayer support