https://github.com/ansub/guess-my-number-js
a number guessing game using javascript.
https://github.com/ansub/guess-my-number-js
css3 game html-css-javascript html5 javascript
Last synced: 3 months ago
JSON representation
a number guessing game using javascript.
- Host: GitHub
- URL: https://github.com/ansub/guess-my-number-js
- Owner: Ansub
- Created: 2021-11-25T07:39:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T08:08:30.000Z (over 3 years ago)
- Last Synced: 2025-04-05T06:34:40.991Z (3 months ago)
- Topics: css3, game, html-css-javascript, html5, javascript
- Language: CSS
- Homepage: https://ansub.github.io/guess-my-number-js/
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Guess My Number
build a number guessing game using javascript.A Simple Number Guessing Game which uses concepts like:
- CSS
- HTML
- Basic Javascript
- JS Functions
- JS if and else
- JS Ternary Opearator
- DOM Manipulation### Screenshot:
This is the interface of the program, where we can add the number and click on 'check' button to check whether the input is correct or not. if the input is not correct then score is going to reduce.
[](https://postimg.cc/30RBGhqh)this is the interface of when the user guesses the right answer!
[](https://postimg.cc/jwG5HQgj)---
this project is very good for the people who are learning about basics of javascript and want to get their hands dirty in DOM Manipulation.