game_board 1.0.4

A rectangular game board of squares, for use in games like chess or checkers
Documentation
game_board-1.0.4 has been yanked.

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.