Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmasen/guess-my-number-game
A guessing game by Javascript
https://github.com/devmasen/guess-my-number-game
css game guess-my-number html javascript
Last synced: 5 days ago
JSON representation
A guessing game by Javascript
- Host: GitHub
- URL: https://github.com/devmasen/guess-my-number-game
- Owner: DevMasen
- Created: 2024-07-11T20:29:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T20:41:13.000Z (2 months ago)
- Last Synced: 2024-09-07T06:03:21.737Z (2 months ago)
- Topics: css, game, guess-my-number, html, javascript
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Guess My Number Game 🔢
### This game has been written with HTML, CSS and Javascript.
### Main project by "Jonas Schmedtmann" from "Udemy".
### Run the program with live-server on `index.html`
### See demo on [This URL](https://devmasen.github.io/guess-my-number-game/)
#### How to play :
> Enter a number and click on 'check' button and repeat untill reach the correct answer and win.> If you reach the answer in less number of clicks, you will get a higher score.
> The highest score will save in each round.
> If the score reach zero you will lose the game.