https://github.com/AlphaZer00/memory-game
Clash Royale Memory Game is a dynamic, interactive web application built with React that challenges players to test and improve their memory skills. The game displays a grid of cards, and the objective is to click on each card only once without repeating any selections. Each click shuffles the grid, requiring players to remember previously clicked cards. The app features a scoreboard that tracks the player's current score and highest score, as well as a "Game Over" screen with an option to restart the game while maintaining the high score. It uses responsive design to ensure an optimal experience across devices, and players are engaged with a readable UI powered by Tailwind CSS.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
To get a local copy running follow these simple steps.
npm install npm@latest -g
git clone https://github.com/AlphaZer00/memory-game.git
npm install
touch .env
VITE_IMGUR_CLIENT_ID = 'Your-API-Key-Here'
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE.txt
for more information.
Batuhan Dasdemir - LinkedIn - batudasdemir@gmail.com
Project Link: https://github.com/AlphaZer00/memory-game