Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surjoyday/guess-my-number
The Number Guessing Game is a simple interactive game where the player needs to guess a number between 1 and 20.
https://github.com/surjoyday/guess-my-number
css dom dom-manipulation html javascript
Last synced: about 1 month ago
JSON representation
The Number Guessing Game is a simple interactive game where the player needs to guess a number between 1 and 20.
- Host: GitHub
- URL: https://github.com/surjoyday/guess-my-number
- Owner: Surjoyday
- Created: 2023-11-15T10:53:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T12:32:37.000Z (about 1 year ago)
- Last Synced: 2024-11-08T19:16:07.096Z (3 months ago)
- Topics: css, dom, dom-manipulation, html, javascript
- Language: JavaScript
- Homepage: https://guess-my-number-miniproject.netlify.app/
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guess-My-Number
Welcome to the Number Guessing Game! Challenge yourself to guess the correct number and maintain a high score.
**Play the Game: [Guess My Number](https://guess-my-number-miniproject.netlify.app/)**
## Overview
The Number Guessing Game is a simple interactive game where the player needs to guess a number between 1 and 20. The game provides feedback on the accuracy of the guess and adjusts the player's score accordingly.
## Technologies Used
- **HTML:** Responsible for structuring the web page.
- **CSS:** Handles styling and enhances the visual appeal of the game.
- **JavaScript:** Leverages the Document Object Model (DOM) and logic for an interactive gaming experience.## How to Play
1. The game generates a random number between 1 and 20.
2. You, as the player, input your guess.
3. If your guess is correct, you receive a "🎊 Correct Number!" message.
4. If your guess is incorrect, your score decreases by 1.
5. Continue guessing until you reach the correct number or your score reaches 0.## Features
- Interactive and engaging number guessing experience.
- Dynamic scoring system that motivates players to guess correctly.
- Randomly generated numbers to keep the game interesting.