game_board

Crates.iogame_board
lib.rsgame_board
version1.0.1
sourcesrc
created_at2024-12-08 18:10:03.573052
updated_at2024-12-08 19:52:21.488652
descriptionA rectangular game board of squares, for use in games like chess or checkers
homepage
repositoryhttps://github.com/imcnaugh/simple_chess/tree/main/game_board
max_upload_size
id1476527
size24,451
Ian McNaughton (imcnaugh)

documentation

README

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.
Commit count: 0

cargo fmt