1 stable release
1.0.1 | Dec 8, 2024 |
---|
#3 in #rectangular
255 downloads per month
Used in simple_chess
24KB
373 lines
Game Board
Overview
This crate provides a simple interface to a rectangular game board similar to chess or checkers.
Features
- A board struct for a rectangular board of any size.
- A square struct for the squares on the board.
- A piece trait that can be extended to be placed on a square.