Skip to content

Ana-Ferino/javascript-guess-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Guess the Number Game

This is a simple number guessing game built using HTML, CSS, and JavaScript.

How to Play

  1. Open the index.html file in your web browser.
  2. Enter a guess in the provided input field.
  3. Click the "Guess" button.
  4. The game will provide feedback if the guess is too high or too low.
  5. Continue guessing until you guess the correct number or reach the maximum number of guesses.

Features

  • The game provides real-time feedback on guesses.
  • The interface is user-friendly and responsive.
  • It has a limit of 10 guesses before ending the game.

Example:

GuessNumber
GuessNumber

Installation

Clone this repository to your computer:

git clone https://github.com/your-username/javascript-guess-number.git

Contributing

I appreciate contributions to the project. To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b my-feature.
  3. Make your changes and commit them: git commit -m 'Added a new feature'.
  4. Push to the branch: git push origin my-feature.
  5. Submit a pull request.

About

Simple game to guess a random number.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published