Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.