Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.62 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.62 KB

GuessTheNumber

This project is under the copyright of Mohammad Hossein Anbarlou (Mehrab Anbarlou).

"GuessTheNumber" is a captivating game crafted with HTML, CSS, and JavaScript. Dive into the world of numerical mysteries, armed with a finite number of guesses. What are you waiting for? Start deciphering the numbers!

Description

This project is a simple and engaging number guessing game created using HTML, CSS, and JavaScript. In this game, the user is required to guess a number, and the program guides them to make the correct guess.

Features

Here are the features of this project:

  • Difficulty Levels: Choose from easy, normal, or hard, determining the allowed number of guesses;
  • Hint Messages: Display guidance messages to assist the player in guessing the correct number;
  • Win/Lose Status: Inform the player of their win or loss status after completing the guesses;
  • Game Information Display: Show vital information like remaining guesses and game status during play.

Technologies Used

HTML , CSS , Vanila JS

Contribution Guidelines

Your contributions to improve the Guess The Number game are welcome. To contribute:

  • Fork the project;
  • Make changes in a new branch: git checkout -b feature/new-feature-name;
  • Commit your changes: git commit -m 'Add new feature';
  • Push your branch to your fork: git push origin feature/new-feature-name
  • Use the Pull Request section on GitHub to submit your changes for review and merging.

Copyright (c) 2024 Mohammad Hossein Anbarlou (Mehrab Anbarlou)