Skip to content

Written with pure JS, HTML, CSS, Guess The Number is a fun game that challenges you to find a number within a pre-defined range.

License

Notifications You must be signed in to change notification settings

emiscode/guess-the-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUESS THE NUMBER

Guess The Number is a fun game that challenges you to find a number within a pre-defined range, and gives you hints along the way based on a greater or less mechanic.

There are three different levels of play that vary the range of numbers, and adds or removes some game mechanics, such as a timer, a tracking for the numbers that you already choose, and the amount of attempts you may spend trying to guess the number.

DEMO

run local with docker:

docker build . -t guess-the-number
docker run -d -p 8090:80 guess-the-number

In the browser go to http://localhost:8090

About

Written with pure JS, HTML, CSS, Guess The Number is a fun game that challenges you to find a number within a pre-defined range.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published