[−][src]Crate rust_warrior
rust-warrior
There are some significant differences between rust-warrior and
ruby-warrior. Since Ruby is an interpreted language, the player can
write a script to control the warrior and then the rubywarrior
command invokes the game engine which runs that script. In
rust-warrior, the player will import the game engine as a library.
Re-exports
pub use game::play; |
pub use player::Player; |
pub use warrior::Warrior; |
Modules
| game | |
| level | |
| player | |
| profile | |
| starter | |
| ui | |
| warrior |