Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kislevlevy/guess-my-number

A fun game where you guess a number between 1 and 20, aiming to achieve the highest score.
https://github.com/kislevlevy/guess-my-number

game game-development javascript

Last synced: about 5 hours ago
JSON representation

A fun game where you guess a number between 1 and 20, aiming to achieve the highest score.

Awesome Lists containing this project

README

        

# Guess My Number!

It is a simple and fun game where you try to guess a number between 1 and 20.

## How to Play
- Each guess reduces the score by one point.
- You'll receive hints about whether the secret number is higher or lower than your guess.
- The goal is to achieve the highest score by guessing the number correctly in the fewest attempts.

## Built With
- HTML
- CSS
- JavaScript

## Skills Demonstrated
- DOM manipulation