Crate rustymines

Source
Expand description

A mine sweeping game engine.

Structs§

Board
The game board, aka. the minefield.
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.