Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rahulrajsharma1351/number-guessing-game
- Owner: rahulrajsharma1351
- Created: 2024-08-11T04:18:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T04:31:58.000Z (5 months ago)
- Last Synced: 2024-08-12T04:57:05.197Z (5 months ago)
- Topics: css3, front-end-development, html5, javascript, numberguessinggame, udemy
- Language: CSS
- Homepage: https://rahulrajsharma1351.github.io/Number-Guessing-Game/
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)