Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rahulrajsharma1351/number-guessing-game

Number Guessing game using Html Css and JavaScript
https://github.com/rahulrajsharma1351/number-guessing-game

css3 front-end-development html5 javascript numberguessinggame udemy

Last synced: 21 days ago
JSON representation

Number Guessing game using Html Css and JavaScript

Awesome Lists containing this project

README

        

# 🎮 Number Guessing Game

A simple number guessing game built with HTML, CSS, and JavaScript. The goal is to guess a randomly generated number between 1 and 20.
![Desktop design](./desktop-design.png)
## 🚀 Features

- **Random Number Generation:** Generates a random number between 1 and 20 each time the game starts.
- **User Input:** Players can enter their guesses and get instant feedback.
- **Feedback:** The game tells you if your guess is too high, too low, or correct.
- **Score Tracking:** Keeps track of how many guesses you've made.
- **Reset Button:** Start a new game anytime with a fresh random number.

## 📁 Files

- `index.html`: The main webpage.
- `style.css`: Styles for the game.
- `script.js`: Game logic.

## 🤝 Contributing

Feel free to suggest improvements or submit changes via pull requests.

## 📬 Contact

- **Email:** [email protected]
- **GitHub:** [rahulrajsharma1351](https://github.com/rahulrajsharma1351)