An open API service indexing awesome lists of open source software.

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

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