Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 2.04 KB

README.md

File metadata and controls

30 lines (21 loc) · 2.04 KB

Description

This Repo is about number guess game built using vanilla JavaScript. The game generates a random number between a specified range, and the player has to guess the number within a limited number of attempts. The game keeps track of the number of attempts made by the player and displays a message indicating whether the guess was too high or too low. The game also provides feedback to the player on their progress and displays the correct answer if the player runs out of attempts. The UI is designed to be intuitive and easy to use, with a clean and modern design. Number Guess Game is a fun and addictive game that challenges players to use their problem-solving skills and intuition to guess the correct number.

Technologies Used

HTML BADGE CSS BADGE JAVASCRIPT BADGE GIT BADGE GITHUB BADGE

  • To style and structure used Css & Html.
  • Javascript used add interactivity and logic behind the game.

Links

What I learn from this project

Creating this repo teach me key programming concepts, such as variables, conditional statements, loops, functions, DOM manipulation, and event handling.

Optimizations

When I improve this project, I'll work on making a better user interface and fix some bugs related to previous guesses.

Authors