Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yinkakun/rust-guessing-game


https://github.com/yinkakun/rust-guessing-game

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# rust-guessing-game

This is a simple command-line game where the user must guess a randomly generated number between 1 and 100.

![Screenshot](/screenshot.png)

## Running the code

To run the code, you will need to have the Rust programming language installed on your computer. You can download it from the official website:

Once you have Rust installed, you can run the code by using Cargo, the package manager for Rust.

Navigate to the folder where the code is located in your command line interface
Run the command cargo run
This will build and run the code, starting the game.

Enjoy playing! 🎉