Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 702 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 702 Bytes

Guessing-Game

A number guessing game that generate a number between the range of 1 and 2. The game prompt users for their username.

It set range as function parameter and prompt the player to predict the generated number between the given range. At a correct guess, the game awards the player a point and move them to stage 2 by increasing the range limit value by 1, e.g. range is from 1 and 3 for stage 2 and so on.

How To play the game...

Open the index.html on your browser

Choose your Username and click on the " proceed" button

start playing the game by guessingg a number between 1 or 2

Below is the replit link to the source files

https://Guessing-Game.alumimicah.repl.co