Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coolpythoncodes/javascript-number-guess-game

A simple number guess game built with JavaScript
https://github.com/coolpythoncodes/javascript-number-guess-game

css3 hacktoberfest hacktoberfest2020 html5 javascript

Last synced: 6 days ago
JSON representation

A simple number guess game built with JavaScript

Awesome Lists containing this project

README

        

# Javascript Number Guess Game
A simple number guess game built with JavaScript

## How to Install
Simply clone the project to your machine.

## How to play
- Open the index.html file in your favourite browser.
- Enter a number of your choice in the box.
- Click on Guess button.
- If the number you choosed matches the random number, You WIN.
Enjoy!