Skip to content

Welcome to the Guess the Number Game! Test your guessing skills by trying to find the random number within the specified range. Simple, fun, and addictive!

Notifications You must be signed in to change notification settings

codEdu-Collective/guess-number-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess the Number Game

Description

Project aims to create find the number game (between 0 to 20).

Problem Statement

  • Your company has recently started on a project that aims to create a find the number game. So you and your colleagues have started to work on the project.
  • Each time the application is opened, it will keep a random number between 1-20 in the background.
  • The user makes a guess.
  • The number is compared and guided up/down until the user guess the correct number.
  • For example:
    • Let your number be 15 and user guessed '5' the first time.
    • Prompt the user to "Enter a number between 5 and 20".
    • If the user guessed 18 on the second guess, this time you should prompt "Enter a number between 5 (the lowest guess closest to your number) to 18 (the closest big guess to your number)".

Project Skeleton

01-find-number(folder)
|
|----readme.md         # Given to the students (Definition of the project)          
|----solution
        |----index.html  
        |----style.css   
        |----index.js

Expected Outcome

Project Snapshot

Objective

Build a Find the Number Game (Between 0 to 20)

Live Page

Click for live page

About

Welcome to the Guess the Number Game! Test your guessing skills by trying to find the random number within the specified range. Simple, fun, and addictive!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published