chessfriend/explorer
Eryn Wells 8eb180df67 [explorer] Add fen and make commands
Clean up the implementation of the place command.

Track state with a State struct that contains a position and a builder. The place
command will place a new piece and then regenerate the position.

The make command makes a move. The syntax is:

    make [color:w|b] [shape] [from square] [to square]

The fen command prints a FEN string representing the position.
2024-01-28 09:50:39 -08:00
..
src [explorer] Add fen and make commands 2024-01-28 09:50:39 -08:00
Cargo.lock [explorer] A REPL-style command line app to fiddle with chess boards 2023-12-28 15:09:15 -07:00
Cargo.toml [explorer] Depends on core 2024-01-24 09:15:18 -08:00