hnefatafl 0.0.2

A crate for building software for the tafl family of board games
Documentation
1
2
3
4
5
6
7
pub mod piecemap;
pub mod tileset;
pub mod pieceset;

pub use piecemap::{PieceMap, BasicPieceMap};
pub use tileset::TileSet;
pub use pieceset::PieceSet;