Skip to content

mpj1693/Crystals-Collector-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Crystals-Collector-Game

Overview

In this game you have to add your total and match it to the total randomly chosen by computer. It has same logic as the card game - BlackJack.

Languages

  • HTML
  • CSS
  • Javascript

Explaination

Initial Screenshot

  • In this game the computer generates a random number and you have to try and match your total to that number.

  • If your total goes over the random number generated by the compter, you lose.

  • You will get an alert if you win or lose the game. Alert

  • There are a total of four gems. You can increase your total by clicking on them. Each gem will have a value associated with it.

  • The value of the gems will change every time you win or lose or reload the page.

  • Your wins and losses are accounted for and to reset everthing you can reload the page.

Author

Manav Patel