#board-game #checkers #board

game_board

A rectangular game board of squares, for use in games like chess or checkers

3 stable releases

1.0.3 Mar 31, 2025
1.0.2 Mar 27, 2025
1.0.1 Dec 8, 2024

#594 in Game dev

Download history 4/week @ 2024-12-16 11/week @ 2025-02-17 1/week @ 2025-02-24 124/week @ 2025-03-24 130/week @ 2025-03-31

254 downloads per month
Used in simple_chess

MIT license

24KB
384 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.

No runtime deps