| Crates.io | num_guess |
| lib.rs | num_guess |
| version | 0.1.1 |
| created_at | 2026-01-07 17:01:14.889198+00 |
| updated_at | 2026-01-07 17:04:23.472281+00 |
| description | A fun game where you guess what number the computer has chosen. |
| homepage | https://git.sr.ht/~srp/rust-pl |
| repository | https://git.sr.ht/~srp/rust-pl |
| max_upload_size | |
| id | 2028658 |
| size | 7,317 |
The program will generate a random integer between 1 and 100. It will then prompt the player to enter a guess. After a guess is entered, the program will indicate whether the guess is too low or too high. If the guess is correct, the game will print a congratulatory message and exit.