Mehrabios / GuessTheNumber

"Guess the number!" is an interactive game made with HTML, CSS and JavaScript where you guess a number and continue until you reach the chosen number. In this process, you can only guess a certain number based on the selected difficulty level. What's are you waiting for? Start guessing!

Home Page:https://mehrabios.github.io/GuessTheNumber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

"Guess the number!" is an interactive game made with HTML, CSS and JavaScript where you guess a number and continue until you reach the chosen number. In this process, you can only guess a certain number based on the selected difficulty level. What's are you waiting for? Start guessing!

https://mehrabios.github.io/GuessTheNumber

License:MIT License


Languages

Language:JavaScript 40.8%Language:CSS 36.8%Language:HTML 22.4%