Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 390 Bytes

File metadata and controls

25 lines (15 loc) · 390 Bytes

Guessing Game

A simple number guessing game in Rust.

How to run

cargo run

How to play

The game picks a random number between 1 and 100. You guess, and it tells you if you're too high or too low. Keep guessing until you get it right!

Invalid inputs (like letters) are ignored.

Requirements

  • Rust installed on your system

Building

cargo build