guessing_game_2022_02_27

Crates.ioguessing_game_2022_02_27
lib.rsguessing_game_2022_02_27
version0.1.1
sourcesrc
created_at2022-02-27 08:38:14.288807
updated_at2022-02-27 08:48:15.057593
descriptionA fun game where you guess what number the computer has chosen.
homepage
repository
max_upload_size
id540281
size5,306
(asami-kawasaki)

documentation

README

What to do?

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.

Execution method

  1. Type $ cargo run in the terminal.
  2. When the terminal says "Guess the number! Please input your guess.".
  3. Type in a number and guess the number.
Commit count: 0

cargo fmt