Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 273 Bytes

readme.md

File metadata and controls

6 lines (6 loc) · 273 Bytes

guessing game

based on the rust example program, with a few changes:

  • removed some println!s that stated the obvious
  • added the amount of tries it took you to do something
  • added a lose function if it took you more than 10 tries to guess the number.
  • added ansi color