Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tildeio/learning-rust
https://github.com/tildeio/learning-rust
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tildeio/learning-rust
- Owner: tildeio
- Created: 2016-06-08T00:30:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T20:33:43.000Z (over 7 years ago)
- Last Synced: 2024-08-01T22:58:15.003Z (3 months ago)
- Language: Rust
- Size: 77.1 KB
- Stars: 67
- Watchers: 11
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Rust via Ruby
### A text-based adventure game being built in Rust and Ruby (simultaneously)
If you want to play it:
1. clone this repository
2. cd into it (i.e. enter `cd learning-rust` in your terminal)
3. for the Ruby version: enter `ruby lib/main.rb` in your terminal and hit return. For the Rust version: enter `cargo run` in your terminal and hit return
4. play :)The actual narrative still needs to be ported over & some prettifying still needs to happen, but you can play a super simplistic placeholder game right now. Both games should basically work at this point, but please submit an issue if you notice something's broken! The Ruby side seems to be especially fragile.
Built mostly by @lbaillie with help from @wycats
## Contributing
Contributions are welcome! Check out the issues for what's currently needed and comment on any issue you might be interested in. I'm happy to help guide you if you need help :D