Skip to content

nathanrosspowell/rust_guessing_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust_guessing_game

Build Status

What is it?

This is the implementation of the game described in the Rust Book.

How to run?

Install

First install Rust. There is a guide to installing Rust here.

On Linux

I keep the install script in my install repro under linux/rust.bash.

Build

Use the command cargo build to build the project.

Run

Use the command cargo run to execute.

About

An implementation of the game described at http://doc.rust-lang.org/book/guessing-game.html

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages