RajendrasinhParmar / guessing_game

This is a simple implementation for number guessing game in rust programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guessing Game

This is an implementation of Number guessing game if Rust.

Getting Started

Prerequisites

You need to have Rust installed. and cargo available on you system.

Installing

  1. Clone the repository on local machine

    git clone https://github.com/RajendrasinhParmar/guessing_game.git
  2. Once cloned navigate to the project directory

    cd guessing_game
  3. Build the project

    cargo build
  4. Execute the program using

    cargo run

    we can directly execute the run command skipping the build step. Because the run command executes the build automatically before execution

  5. Enter the input and play the game :)

Author

About

This is a simple implementation for number guessing game in rust programming language


Languages

Language:Rust 100.0%