Skip to content

A simple number guessing game where the player tries to guess a randomly generated number within a certain range. Perfect beginner project to demonstrate fundamental programming concepts.

License

Notifications You must be signed in to change notification settings

fabian1ouis/youguessedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You Guessed It!

Number Guessing Game

Project Overview

A simple number guessing game I created where the player tries to guess a randomly generated number within a certain range. This is a perfect beginner project to demonstrate fundamental programming concepts.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

Features

  • Random number generation between 1-100
  • User input validation
  • Feedback system (too high/too low/correct)
  • Attempt counter
  • Reset/Play Again functionality
  • Simple, clean UI

How to Play

  1. The game generates a random number between 1 and 100
  2. Player enters their guess in the input field
  3. Game provides feedback: "Too high!", "Too low!", or "Correct!"
  4. Player continues guessing until they find the correct number
  5. Game displays total number of attempts
  6. Player can reset and play again

waving hand Thanks for visiting — and you guessed it! happy gaming 🚀

About

A simple number guessing game where the player tries to guess a randomly generated number within a certain range. Perfect beginner project to demonstrate fundamental programming concepts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published