rust-community / rustbridge

[DEPRECATED] Workshop material to teach Rust in the style of Railsbridge
https://github.com/rustbridge/team
Other
166 stars 28 forks source link

Fixed navigation function and board definition in text adventure starter code. #90

Open fvasquez opened 7 years ago

fvasquez commented 7 years ago

Also added a pick_up_thing helper function to help with inventory module. Improved instructions in README after working through the exercises myself.