Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coolpythoncodes/javascript-number-guess-game
A simple number guess game built with JavaScript
https://github.com/coolpythoncodes/javascript-number-guess-game
css3 hacktoberfest hacktoberfest2020 html5 javascript
Last synced: 6 days ago
JSON representation
A simple number guess game built with JavaScript
- Host: GitHub
- URL: https://github.com/coolpythoncodes/javascript-number-guess-game
- Owner: coolpythoncodes
- Created: 2020-08-18T17:29:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T18:17:33.000Z (about 4 years ago)
- Last Synced: 2023-03-11T11:37:36.291Z (over 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: 7
- 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!