Giter Site home page Giter Site logo

guessing-game's Introduction

Rust Guessing Number Game

This is a simple guessing number game made in Rust. The program generates a random number between 1 and 10, and the user has to guess the number. The user can input their guess and the program will tell them if their guess is too small, too big, or if they have won.

How to Play

  1. Clone the repository or download the guessing_game.rs file.
  2. Install Rust on your machine if you haven't already. You can do this by following the instructions here.
  3. Open your terminal and navigate to the directory containing the guessing_game.rs file.
  4. Compile the program by running the following command:
rustc guessing_game.rs
  1. Run the program by running the following command:
./guessing_game
  1. The program will prompt you to input your guess. Input a number between 1 and 10 and press enter.
  2. The program will tell you if your guess is too small, too big, or if you have won. If you have not won, go back to step 6 and keep guessing until you win.

Dependencies

This program uses the rand and std::io libraries.

guessing-game's People

Contributors

elkoyote07 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.