By Zinfira Timofeev
This is a simple card game. It's created by me using vanilla JavaScript.
- The first screen asks a user for the level of difficulty. The number of cards depends on the difficulty level. Easy level - 3 cardsl. Medium level - 6 cards. Hard level - 10 cards.
- After selecting the difficulty level, the user clicks on the "Start Game" button.
- Then the Game Table appears. All card meanings are hidden. All cards except one are blank. One of the cards is a bug.
- The user can choose any card.
- After clicking on the card, the card flips over with a little bit of animation.
- The card can have two meanings:
- A blank card;
- A bug card;
- Then the user can click on the card and restart the game - step 1.
Click here https://zinfira.github.io/bug_game/ and play.
Clone repository from GitHub: https://github.com/Zinfira/bug_game.git
Not known bugs at this time.
If you have any issues with the program or you have any suggestions, email me zsafargalieva@gmail.com
HTML, CSS, JavaScript
Licensed under MIT license
Copyright (c) 2020 Zinfira Timofeev (Safargalieva)