https://github.com/princeinscripts/guessnumbergame
Making a game of guess number using of html css and javascript
https://github.com/princeinscripts/guessnumbergame
css html javascript
Last synced: 4 months ago
JSON representation
Making a game of guess number using of html css and javascript
- Host: GitHub
- URL: https://github.com/princeinscripts/guessnumbergame
- Owner: PrinceInScripts
- Created: 2023-09-28T13:29:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T13:32:14.000Z (over 1 year ago)
- Last Synced: 2025-01-13T15:50:55.103Z (5 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Number Guess Game
Welcome to the Number Guess Game project! This is a fun and interactive web-based game created using HTML, CSS, and JavaScript, where players can test their guessing skills.
## Overview
The Number Guess Game is an entertaining project that challenges players to guess a random number within a specified range. It demonstrates the use of JavaScript for game logic and interactivity.
## Features
- An engaging game interface where players can input their guesses and receive feedback.
- A dynamic scoreboard that tracks the number of attempts and displays the game's outcome.
- A user-friendly design with clear instructions for players.
- Randomly generated target numbers for each game session, adding variety and excitement.
- Responsive layout, ensuring compatibility with various screen sizes and devices.## Technologies Used
- HTML5
- CSS3
- JavaScript