Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)