https://roadmap.sh/projects/number-guessing-game
Guess the Number is a simple number guessing game written in Go. It is a fun and engaging way to test your knowledge of the language and to challenge your problem-solving skills.
- Clone the repository:
git clone https://github.com/taofik-adeniyi/guess.git
- Change into the directory:
cd guess
- Build the project:
go build
- Run the project:
./guess
- Leaderboard: Displays the top 10 players with their scores and difficulty levels.
./guess --leaderboard
- Follow the instructions to play the game.
- Easy: 10 guesses
- Medium: 5 guesses
- Hard: 3 guesses
- Leaderboard: Displays the top 10 players with their scores and difficulty levels.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.