Skip to content

Hamzeh01/Guess-My-Number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess My Number Game

Project Screenshot

Project Details

  • Description: A simple number guessing game where the player tries to guess a secret number between 1 and 20.
  • Live Demo: Play the Game
  • Repository: GitHub Repository

Table of Contents

Features

  • Guess a secret number within a given range.
  • Keep track of your score.
  • Beat your high score.
  • Responsive design for both desktop and mobile.

Getting Started

  1. Clone the repository: git clone https://github.com/yourusername/guess-my-number.git
  2. Open the project folder: cd guess-my-number
  3. Open the index.html file in your browser.

Usage

  • Input your guess in the provided field.
  • Click the "Check!" button to check if your guess is correct.
  • Try to guess the correct number with the fewest attempts to get a high score.
  • Click "Again!" to restart the game.

Contributing

If you'd like to contribute to this project, follow these steps:

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

Please make sure to update tests as appropriate.

License

This project is licensed under the MIT License - see the LICENSE file for details.