Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```