The Crystal Maze is a web game made with JavaScript, jQuery, HTML, Bootstrap and CSS3. I utilized these technologies to create a random number guessing game using click methods.
You will be given a random number at the start of the game. There are four crystals. By clicking on a crystal you will add a specific amount of points to your total score.
You win the game by matching your total score to the random number, you lose the game if your total score goes above the random number.
The value of each crystal is hidden from you until you click on it. Each time the game starts, the value of the crystal will change.
🚀 Deployed at: http://harpality.github.io/the-crystal-maze
- jQuery
- JavaScript
- Bootstrap 4
- CSS3