Skip to content

alexandr3i/Guess-my-number-JavaScript-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guess My Number 🎯

A simple JavaScript game where you try to guess the secret number between 1 and 20.

Live Demo

Features

  • Random secret number (1–20)
  • Score decreases with each wrong guess
  • Highscore tracking during the session
  • “Again!” button resets the game state
  • UI feedback: too high / too low / correct

Tech Stack

  • HTML
  • CSS
  • JavaScript

How to run locally

Just open index.html in your browser or click the link in the about section.

Project notes

Built as part of a JavaScript course project to practice:

  • DOM manipulation
  • Event listeners
  • Game logic/state (score, secret number, highscore)

About

JavaScript mini-game: guess the secret number (1–20) with score & highscore.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published