A two-player matching game that displays the current score and visually indicates whose turn it is to play. The game also has a button to restart the game at the final results screen.
This project was created as part of an online course by MarcoBrunoDev on Youtube, using Vite.js to practice the structural layout of React projects. Although the course is still incomplete, i managed to finish a good portion of the project with the knowledge acquired throughout the course.
Link to the course on Youtube:
- Two-Player Mode: Play against a friend in real-time.
- Current Score Display: Keep track of each player's score throughout the game.
- Turn Indicator: Easily see whose turn it is to make a move.
- Restart Button: Quickly restart the game from the final results screen by reloading the page from a button click.
- Open the game in your browser using the GitHub Pages link: Play JS Matching Game
- Choose your moves and match the pairs.
- The game will display the current score and indicate the player to make the next move.
- Use the restart button on the final results screen to start a new game by reloading the page.

