Skip to content

Fabiokleis/rogue_like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rogue_like

Rogue like game in Rust

Quick Start

cargo run

Commands

This game has a list of commands that can execute at runtime.

You can interact with player and the 'command prompt' by typing in STDIN using:

#[derive(Clone, Copy)]
pub enum Commands {
    W,
    A,
    S,
    D,
    Clear,
    History,
    Reset,
}

License

MIT

Releases

No releases published

Packages

No packages published

Languages