Skip to content
Snippets Groups Projects
Unverified Commit cc2636a2 authored by Succ's avatar Succ Committed by GitHub
Browse files

Got 'em

parent 35b6d611
No related branches found
No related tags found
No related merge requests found
# Rust Guessing Game
### Description
The program is a typical guessing game. You're asked to guess a specific number between 1 and 100, for which the program will tell you it was incorrect or correct. It will also comment on how many times you've guessed, probably with the intention to degrade the user for his failures. The program is a part of the course D7018E.
### Dependencies
#### Crates
rand
colored
* rand
* colored
### How to Build
``` bash
git clone https://github.com/DevDoggo/D7018E-Rust-Course.git
cd D7018E-Rust-Course/a1_guessing_game
cargo build
cargo run
cargo build --release
```
### How to run
In the programs directory:
``` bash
cargo run --release
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment