/memory-game

Explore the codebase, leverage modern web technologies, and customize the game to your liking. Enhance your cognitive abilities while having fun with this engaging project!"

Primary LanguageJavaScriptMIT LicenseMIT

Memory Game

Status: In improvements

This project is part of my study on CSS animations. It is a simple memory game developed using HTML, CSS, and JavaScript.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript

Prerequisites

To run the game in a local environment, you need a modern web browser that supports the technologies used (HTML5, CSS3, and JavaScript).

How to Play

  1. Clone this repository to your local machine. You can do this by executing the following command in your terminal:
git clone https://github.com/igorllee/memory-game.git
  1. Navigate to the game directory:
cd memory-game
  1. Finally, open the "index.html" file in your browser. This will start the memory game.

Features

  • The game board is randomly generated for each playthrough.
  • When the player finds all matching card pairs, the game restarts for a new round.

Contribution

This project is a work in progress, and contributions are welcome. Feel free to open an issue to report bugs or suggest improvements.

License

This project is licensed under the MIT License.

Acknowledgments

  • The tutorial by Programador BR provided a foundation for this implementation.

Enjoy playing Memory Game!