https://github.com/heincm/crystal-game
A simple numbers game created with the use of jQuery, Bootstrap, and CSS.
https://github.com/heincm/crystal-game
bootstrap css3 html5 jquery
Last synced: 3 months ago
JSON representation
A simple numbers game created with the use of jQuery, Bootstrap, and CSS.
- Host: GitHub
- URL: https://github.com/heincm/crystal-game
- Owner: heincm
- Created: 2018-12-08T20:30:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T11:22:35.000Z (almost 7 years ago)
- Last Synced: 2025-04-03T14:46:24.227Z (over 1 year ago)
- Topics: bootstrap, css3, html5, jquery
- Language: HTML
- Homepage: https://heincm.github.io/crystal-game/
- Size: 4.93 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crystal-game
## Using jQuery
This is my first project using jQuery.
## How it works
When loading the page, each of the crystals is given a random value attribute of 1-12. No two crystals will have the same value in any game.
The target score that must be achieve is a randmoly generated number from 19-120.
Upon winning or losing the game, the wins and losses will be updated, the counter will be reset, and a new target number will be randomly generated, all without any additional user input or the need to restart a game.
## Languages Used
This game was created with the use of the following languages and libraries:
HTML5
CSS
BootStrap
jQuery
Javascript
## Hat Tip
Special thanks to my classmate, Ben, who helped fix an issue with the game reset function.