https://github.com/vesche/rta
rust text adventure
https://github.com/vesche/rta
Last synced: 10 months ago
JSON representation
rust text adventure
- Host: GitHub
- URL: https://github.com/vesche/rta
- Owner: vesche
- Created: 2017-08-04T11:53:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T21:25:31.000Z (almost 9 years ago)
- Last Synced: 2025-06-27T06:12:44.656Z (12 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a text-based adventure game written in Rust. I wrote this to begin learning the Rust programming language. The goal of RTA is to stay alive, and escape from Rust Island. Good luck!
### Install
```
$ git clone https://github.com/vesche/rta
$ cd rta && cargo run
```
### How to play
```
RTA | Jackson | LV: 0 | y: 5 x: 10 | r: 61
____________________
| |
| * ** |
| ** ***** |
| *** **** *** |
| ** *@* ***** |
| ******** *** |
| ****** ***** |
| ***** *** |
| ** |
|____________________|
n - move north
s - move south
e - move east
w - move west
q - quit the game
h - show this help text
i - inventory
>
```