game_board 1.0.4

A rectangular game board of squares, for use in games like chess or checkers
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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.