A remake of the crystal collector game based on jQuery instead of Vanilla JavaScript.
This application is an assignment for GA Tech's Coding Boot Camp, Full-Time Fall 2017 Cohort.
- The player will be guessing an answer with numbers.
- There will be four crystals displayed as buttons.
- At the start of the game, there will be a random number shown to the player.
- Whenever the player clicks on a crystal, there will be a certain amount of points added to the player's overall score.
- The score will be hidden until the player clicks on a crystal.
- Whenever the player clicks on a crystal, the score will be updated.
- If the total score matches the random number from the beginning of the game, the player wins.
- If the total score goes above the random number from the beginning of the game, the player loses.
- Win or lose, the game will restart.
- Whenever the game restarts, there will be a new random number displayed to the player. The crystals will also have four new hidden values with the total score being set at zero.
- The random number at the beginning of the game will be between 19 and 120.
- Each crystal will have a hidden value between 1 and 12.
- Screenshots
- Video(s)
- Link to Video(s)
- GIFs
Demo/Example: homework_demos/crystalsCollector_demo.mp4
- Add a total score when a user loses.
- Change page elements to remove scroll.