https://github.com/devrapture/javascript-number-guess-game
A simple number guess game built with JavaScript
https://github.com/devrapture/javascript-number-guess-game
css3 hacktoberfest hacktoberfest2020 html5 javascript
Last synced: about 1 year ago
JSON representation
A simple number guess game built with JavaScript
- Host: GitHub
- URL: https://github.com/devrapture/javascript-number-guess-game
- Owner: devrapture
- Created: 2020-08-18T17:29:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T18:17:33.000Z (over 5 years ago)
- Last Synced: 2025-04-07T02:11:12.217Z (about 1 year ago)
- Topics: css3, hacktoberfest, hacktoberfest2020, html5, javascript
- Language: JavaScript
- Homepage: https://codepen.io/coolpythoncodes/pen/vYGKoNV
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javascript Number Guess Game
A simple number guess game built with JavaScript
## How to Install
Simply clone the project to your machine.
## How to play
- Open the index.html file in your favourite browser.
- Enter a number of your choice in the box.
- Click on Guess button.
- If the number you choosed matches the random number, You WIN.
Enjoy!