asterion-core 0.1.0

Pure game logic for asterion - data and rules for the labyrinth game.
Documentation
1
2
3
4
5
6
7
8
use strum_macros::{Display, EnumIter};

#[derive(Debug, Clone, Copy, Display, Hash, PartialEq, Eq, EnumIter)]
pub enum PowerUp {
    Speed,
    Vision,
    Memory,
}