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

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

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

css3 hacktoberfest hacktoberfest2020 html5 javascript

Last synced: about 1 year 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!