007tickooayush / rust-guessing-game

A guessing game created with Rust programming language, portraying a simple implementation of programming concepts in Rust language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number Guessing Game

This is a simple number guessing game implemented in Rust.

How to Play

  1. Clone the repository:

    git clone https://github.com/your-username/number-guessing-game.git
  2. Change into the project directory:

    cd number-guessing-game
  3. Build the game:

    cargo build
  4. Run the game:

    cargo run
  5. Follow the instructions on the screen to play the game. Try to guess the randomly generated number within the given number of attempts.

About

A guessing game created with Rust programming language, portraying a simple implementation of programming concepts in Rust language.


Languages

Language:Rust 100.0%