Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T08:08:30.000Z (about 3 years ago)
- Last Synced: 2024-12-15T01:34:09.227Z (22 days 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.
[![Screenshot-2021-11-25-at-1-34-38-PM.png](https://i.postimg.cc/SRLtwN7n/Screenshot-2021-11-25-at-1-34-38-PM.png)](https://postimg.cc/30RBGhqh)this is the interface of when the user guesses the right answer!
[![Screenshot-2021-11-25-at-1-36-33-PM.png](https://i.postimg.cc/0jNwqV77/Screenshot-2021-11-25-at-1-36-33-PM.png)](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.