Crates.io | guessing_game_2022_02_27 |
lib.rs | guessing_game_2022_02_27 |
version | 0.1.1 |
source | src |
created_at | 2022-02-27 08:38:14.288807 |
updated_at | 2022-02-27 08:48:15.057593 |
description | A fun game where you guess what number the computer has chosen. |
homepage | |
repository | |
max_upload_size | |
id | 540281 |
size | 5,306 |
Guess the number randomly chosen by the computer.
If the input value is too small, "Too small!" will be displayed, and if it is too big, "Too big!
If the number chosen by the computer and the input value are the same, "You win!" will be displayed and the game will end.
$ cargo run
in the terminal.