https://github.com/arunkumarv012/guessing-number-game
A simple JavaScript-based number guessing game where players try to guess a randomly generated number within a given range. The game provides feedback on whether the guess is too high or too low until the correct number is found.
https://github.com/arunkumarv012/guessing-number-game
bootstrap css html5 javascript
Last synced: 3 months ago
JSON representation
A simple JavaScript-based number guessing game where players try to guess a randomly generated number within a given range. The game provides feedback on whether the guess is too high or too low until the correct number is found.
- Host: GitHub
- URL: https://github.com/arunkumarv012/guessing-number-game
- Owner: ArunkumarV012
- Created: 2025-01-29T23:36:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T07:33:28.000Z (over 1 year ago)
- Last Synced: 2025-02-06T16:32:35.396Z (over 1 year ago)
- Topics: bootstrap, css, html5, javascript
- Language: HTML
- Homepage: https://guessiglevel.ccbp.tech/
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Title: Number Guessing Game 🎯
Description: A simple JavaScript-based number guessing game where players try to guess a randomly generated number within a given range.
The game provides feedback on whether the guess is too high or too low until the correct number is found.
Tech Stack: HTML, CSS, JavaScript
✅ Random number generation
✅ User input for guessing
✅ Hint messages (too high/too low)
✅ Simple UI for interaction