Crate rustymines

Source
Expand description

A mine sweeping game engine.

Re-exports§

pub use grid2d as grid;

Structs§

Game
The game object with the board and metadata.

Enums§

Action
Possible player actions during a game.
Error
Possible errors when constructing a game board (aka. minefield):
State
State of the game after a player move.
View
View state of a field.