Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/appsoluut/guess

Guess the Number game written in Rust
https://github.com/appsoluut/guess

guess-the-number rust-lang

Last synced: 2 days ago
JSON representation

Guess the Number game written in Rust

Awesome Lists containing this project

README

        

# Guess the number
[![Rust](https://github.com/appsoluut/guess/actions/workflows/rust.yml/badge.svg)](https://github.com/appsoluut/guess/actions/workflows/rust.yml)

Guess the number game written in Rust. The game will generate a secret number that you need to guess. Every guess will give you a hint if your guess is too big or to small. When the correct number has been guessed, you'll get a "You win!" message and the game will quit.

## How to compile
Checkout this branch and run the `cargo run` command to immediately start playing the game. Running `cargo build` will generate the binary for your platform.

## Disclaimer
This is nothing serious at all, just a small test of getting used to the Rust language and its tools.