https://github.com/sejihad/guessing-game
https://github.com/sejihad/guessing-game
css game guessing html js
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sejihad/guessing-game
- Owner: sejihad
- Created: 2024-02-01T16:06:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T20:18:32.000Z (over 1 year ago)
- Last Synced: 2025-03-30T06:23:47.423Z (about 1 year ago)
- Topics: css, game, guessing, html, js
- Language: CSS
- Homepage: https://sejihad.github.io/guessing-game/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Number Guessing Game
This is a simple number guessing game built with HTML, CSS, and JavaScript. Users can input a number between 1 and 5, and the game provides feedback on whether the guess is correct, as well as tracking the number of wins.
## Features
- **Number Guessing**: Users input a number from 1 to 5 and attempt to guess the correct number.
- **Feedback on Guess**: Shows whether the guess was correct or incorrect.
- **Win Counter**: Tracks the number of times the user guesses correctly.
- **User-Friendly Interface**: Simple and responsive design.
## Technologies Used
- **HTML**: Structure for the game layout.
- **CSS**: Styling for the input, button, and feedback display.
- **JavaScript**: Logic for generating random numbers, handling user input, and counting wins.
