Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveklabnik/adventure
A text adventure game, in Rust.
https://github.com/steveklabnik/adventure
Last synced: 17 days ago
JSON representation
A text adventure game, in Rust.
- Host: GitHub
- URL: https://github.com/steveklabnik/adventure
- Owner: steveklabnik
- Created: 2014-09-06T08:43:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T14:55:31.000Z (over 6 years ago)
- Last Synced: 2024-10-10T20:19:25.288Z (about 1 month ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 24
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adventure
A simple text adventure game, in Rust.
[![Build Status](https://travis-ci.org/steveklabnik/adventure.svg)](https://travis-ci.org/steveklabnik/adventure)
I used to write a text adventure in every new language I learned. Might as well
write one in Rust. :smile:I am still a n00b at Rust so this code may not be the best.
Try it out:
```bash
$ git clone https://github.com/steveklabnik/adventure.git
$ cd adventure
$ cargo run
```