//! actions the player can instruct the Warrior to take
/// Certain `Action`s are done one tile away, and must be done either
/// while facing forwards or backwards.
/// Certain [`Warrior`](crate::warrior::Warrior) methods correlate to
/// an `Action`. Each turn only one action can be taken. If an action
/// is not successful, then the turn is wasted!