Skip to content

Commit 095befb

Browse files
committed
Update readme
1 parent 0e11be4 commit 095befb

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
# guessing_game
2-
Guessing game CLI app in Rust
1+
# Simple Guessing game
2+
This is a simple guessing game made with Rust programming language where the user has to guess a number between 1 and 100.
3+
4+
## How to compile
5+
To compile the game, you need to have Rust installed on your machine. If you don't have it installed, you can download it here: https://www.rust-lang.org/tools/install
6+
7+
After that you need to install a couple of things to compile winresource, see the instructions here:
8+
https://crates.io/crates/winresource

0 commit comments

Comments
 (0)