Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captv89/guess-the-number
A Vanilla JS Game where the user is expected to guess the correct number.
https://github.com/captv89/guess-the-number
css3 game html5 responsive vanilla-js
Last synced: 4 days ago
JSON representation
A Vanilla JS Game where the user is expected to guess the correct number.
- Host: GitHub
- URL: https://github.com/captv89/guess-the-number
- Owner: captv89
- License: mit
- Created: 2021-10-10T02:29:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T01:59:05.000Z (about 3 years ago)
- Last Synced: 2023-07-12T22:24:00.242Z (over 1 year ago)
- Topics: css3, game, html5, responsive, vanilla-js
- Language: JavaScript
- Homepage: https://captv89.github.io/guess-the-number/
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guess-The-Number
A Vanilla JS Game where user is expected to guess the correct number between 1 and 20. Completed as part of the JS Tutorial from Udemy (https://www.udemy.com/course/the-complete-javascript-course/).
In the recent updates I have made the webpage responsive.# Link to Game
```
https://captv89.github.io/guess-the-number/index.html
```# Screen Shots
## Start a Game!
![](screens/start.png)## Win the Game!
![](screens/win.png)