text-rts 0.1.0

A text-based sci-fi themed real-time strategy game
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(Copy, Clone, Debug, PartialEq)]
pub enum Mode {
    Select,
    Move,
    Attack,
    Hold,
    Build,
    Ctrl,
    Add,
}