Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andwj/adventure
a simple text adventure game written in Rust
https://github.com/andwj/adventure
adventure-game cc0 game rust
Last synced: 3 months ago
JSON representation
a simple text adventure game written in Rust
- Host: GitHub
- URL: https://github.com/andwj/adventure
- Owner: andwj
- Created: 2017-08-31T10:29:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T06:37:13.000Z (over 7 years ago)
- Last Synced: 2024-08-05T08:10:21.015Z (6 months ago)
- Topics: adventure-game, cc0, game, rust
- Language: Rust
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Adventure
=========This is a simple text adventure game, written in Rust.
It was inspired by the "steveklabnik/adventure" repository
on github, but I wanted to write something similar from scratch
to help learning the Rust language, and to make something a
little bit more substantial.The license is CC0 license (i.e. public domain).
This code has no dependencies (crates), it just uses std::io
for input and output.