A single-player gaming application where the player must match pairs of face-down cards with a Star Wars theme.
Dependency | Version |
---|---|
CSS | 3 |
HTML | 5 |
JavaScript | ES6 |
Try the application live on my portfolio website
- * When the game starts, the card deck is dynamically shuffled
- * The player can choose to re-shuffle the deck again with the shuffle button
- * If the player flips over 2 cards that do not match, the cards flip back face-down again
- * However if the player flips over 2 matching cards, they remain face-up
- * If the player matches all 9 pairs of cards, a modal is displayed
- * Real-time statistics are captured during game play, such as accuracy and number of games won
None
- Clone the repository
git clone https://github.com/Keith-Tachibana/Star_Wars_Memory_Match_Game.git
- Change directory to cloned folder
cd Star_Wars_Memory_Match_Game/
- Right click on index.html and select "open" to view it in your default web browser