Skip to content

JoeriDijkstra/rust-guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-guessing-game

Simple guessing game between numbers 1 and 100 within your terminal.

Now with Replay Function!

You can play this game by opening a terminal in the browser, and from there you can run:

cargo build

To build the application, and then you can enter

cargo run

To run the application.

Have fun! :)