Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/appsoluut/guess
- Owner: appsoluut
- Created: 2023-07-30T06:12:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-30T07:04:43.000Z (over 1 year ago)
- Last Synced: 2024-12-24T04:53:18.489Z (10 days ago)
- Topics: guess-the-number, rust-lang
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.