rust-warrior 0.6.0

Game for learning Rust, inspired by Ruby Warrior
Documentation

Rust Warrior

Crates.io Docs.rs

This game is inspired by Ruby Warrior, which I played many years ago. This project started as a direct port, but because Ruby is an interpreted language and allows (encourages?) meta programming... I've designed Rust Warrior partly from scratch.

Set Up

Rust Warrior ships with two major components: a binary that generates a new game directory, and a library which contains the main game engine.

To get started, install rust-warrior.

$ cargo install rust-warrior

Then run rust-warrior and follow the prompts to set up all the necessary files in a new game directory.

$ rust-warrior

Then navigate to rustwarrior/<name> and run the program.

$ cd rustwarrior/<name>
$ cargo run