/Guessing-Game

A Rust CLI guessing game.

Primary LanguageRustMIT LicenseMIT

Guessing Game

This is a play ground project to learn rust. It is a simple CLI game where a user guesses a random number within a range.

Setup

  • Install Rust language.

  • Build the project with Cargo

      Cargo build
    
  • Run the game:

      ./target/debug/guessing_game
    

Sample

Sample trial