Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aymen016/-simple-number-guessing-game-in-javascript-
https://github.com/aymen016/-simple-number-guessing-game-in-javascript-
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aymen016/-simple-number-guessing-game-in-javascript-
- Owner: Aymen016
- Created: 2024-03-24T17:56:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T18:52:12.000Z (2 months ago)
- Last Synced: 2024-11-09T19:35:46.712Z (2 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# đ Welcome to the Guessing Game! đ˛
Welcome to the **Guessing Game**! This simple, interactive game will let you test your guessing skills. Try to guess the correct number within the given range. Are you ready to start? đšī¸
## đ Instructions
1. **Set a Maximum Number**:
- Upon launching, you'll be asked to set a maximum number.
- This defines the range (from 1 up to your chosen max number) for the number you need to guess.2. **Start Guessing**:
- Enter your guesses when prompted.
- The game will give you hints if your guess is too high or too low. đđ
- If you want to quit the game, simply type `q` at any point. đĒ3. **Winning the Game**:
- Once you guess the correct number, you'll get a congratulatory message along with the number of attempts it took! đ## đ Files
- **index.html**: The main HTML file with basic styling and game structure.
- **game.js**: Contains the JavaScript logic for the guessing game.## đ Getting Started
1. **Clone the repository**:
```bash
git clone
2. **Open `index.html`** in your browser to start playing!## đŧī¸ Screenshot
## đ§ Technologies Used
- **HTML**: Structure of the web page.
- **CSS**: Basic styling to make it look nice.
- **JavaScript**: Game logic and interactivity.## đ Troubleshooting
- **Invalid Guess**: If you enter anything other than a number, the game will prompt you to enter a valid guess.
- **Quitting**: Type `q` to quit the game anytime.