Rust Book Guessing Game tutorial

A simple console-based number guessing game written in Rust. The game will generate a random number between 1 and 100 inclusive, and the user has to guess this number based on hints provided by the program.

How to Play

Upon running the application, you will be greeted with a message: "Guess the number!".

The game then prompts you to input your guess. Based on your input, the game will provide one of three pieces of feedback:

Resources