Skip to content

Alain-Rene/Memory-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

Memory Game is a web-based game where players need to flip and match pairs of cards. It tests their memory and concentration skills. This project provides a simple implementation of the Memory Game using HTML, CSS, and JavaScript.

Memory Game Screenshot

Features

  • Grid-based layout for displaying cards
  • Flipping functionality to reveal the hidden side of the cards
  • Matching logic to check if two flipped cards are a match
  • Card styling with customizable front and back designs
  • Win condition detection to determine when all cards are matched

Getting Started

To run the Memory Game locally on your machine, follow these steps:

  1. Clone the repository: git clone https://github.com/Alain-Rene/memory-game.git
  2. Navigate to the project directory: cd memory-game
  3. Open the index.html file in your web browser.

Customization

You can customize the game by modifying the following files:

  • index.html: Update the card images, layout, or any other HTML elements as desired.
  • style.css: Modify the styling of the game elements, such as colors, dimensions, and animations.
  • script.js: Customize the game logic, add new features, or enhance the gameplay experience.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

License

The Memory Game project is licensed under the MIT License.

Acknowledgements

This project was inspired by the classic Memory Game and is for educational purposes.

Resources

Releases

No releases published

Packages

 
 
 

Contributors