chessbored

Crates.iochessbored
lib.rschessbored
version0.4.0
sourcesrc
created_at2022-07-24 19:01:14.803629
updated_at2023-11-12 20:36:51.075199
descriptiona chess board with movable pieces that behaves like a chessboard on the table.
homepagehttps://github.com/shnewto/chessbored
repositoryhttps://github.com/shnewto/chessbored
max_upload_size
id632147
size2,252,009
Shea Newton (shnewto)

documentation

README

chessbored

Crates.io Version Crates.io LICENSE

a chess board with movable pieces that behaves like a chessboard on the table. useful for solo tinkering, setting up puzzles, and analyzing positions. FEN notation is generated for positions on the board and can be copied with a mouse click and pasted into engines for further analysis.

grey and white chess board, grey and white pieces each in their starting positions and a selection menu of each piece along the right edge of the board. below the board are white letters on a black background describing the positions on the board in FEN notation along with a note that you can click to copy the FEN description.

installing / updating install

cargo install chessbored

running locally

cargo run
Commit count: 64

cargo fmt