The Backwards Guessing Game is a simple web-based game where the roles are reversed in the classic guessing game format. Instead of the user guessing a number that the computer has in mind, the computer tries to guess a number that the user thinks of. The game is built using HTML, CSS, and JavaScript.
- The user thinks of a number between 1 and 100, and the computer makes guesses based on user feedback.
- The user provides feedback if the computer's guess is too high, too low, or correct.
- The computer has a maximum of five attempts to guess the correct number.
- Responsive design for a seamless experience across various devices and screen sizes.
- Open the website and click on the 'Start Game' button.
- Think of a number between 1 and 100, and keep it in mind.
- The computer will make a guess, and you provide feedback by clicking on 'Too Low', 'Too High', or 'Correct'.
- If the computer guesses your number within five attempts, it wins. Otherwise, you win.
- Click on 'Restart Game' to play again.
To set up the game locally on your machine:
- Clone the repository to your local machine.
- Open the
index.html
file in a web browser to start playing the game.
- HTML
- CSS
- JavaScript
Contributions, issues, and feature requests are welcome. Feel free to check issues page if you want to contribute.
- Overgrown
This project is MIT Licensed