Skip to content

Zinfira/bug_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game "Find the Bug"

Try your luck! ;)

By Zinfira Timofeev

Description

This is a simple card game. It's created by me using vanilla JavaScript.

Game instructions:

  1. 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.
  2. After selecting the difficulty level, the user clicks on the "Start Game" button.
  3. Then the Game Table appears. All card meanings are hidden. All cards except one are blank. One of the cards is a bug.
  4. The user can choose any card.
  5. After clicking on the card, the card flips over with a little bit of animation.
  6. The card can have two meanings:
  • A blank card;
  • A bug card;
  1. Then the user can click on the card and restart the game - step 1.

Setup/Installation Requirements

Click here https://zinfira.github.io/bug_game/ and play.

Clone repository from GitHub: https://github.com/Zinfira/bug_game.git

Known bugs

Not known bugs at this time.

Support and contact details

If you have any issues with the program or you have any suggestions, email me zsafargalieva@gmail.com

Technologies Used

HTML, CSS, JavaScript

License

Licensed under MIT license

Copyright (c) 2020 Zinfira Timofeev (Safargalieva)