A very simple chess engine
Find a file
Bruno BELANYI fb78e03656 Add FEN board parsing
Unfortunately, given that I *don't* want to expose all the `ChessBoard`
fields to the rest of the crate, this implementation will have to live
alongside its module instead of inside `crate::fen`...
2024-04-01 13:59:41 +01:00
.woodpecker Bootstrap project 2024-03-28 20:30:43 +00:00
src Add FEN board parsing 2024-04-01 13:59:41 +01:00
utils/gdb Add 'Move' GDB pretty-printing 2024-04-01 13:59:41 +01:00
.envrc Bootstrap project 2024-03-28 20:30:43 +00:00
.gdbinit Add GDB pretty-printers 2024-04-01 12:21:33 +01:00
.gitignore Bootstrap project 2024-03-28 20:30:43 +00:00
Cargo.lock Bootstrap project 2024-03-28 20:30:43 +00:00
Cargo.toml Bootstrap project 2024-03-28 20:30:43 +00:00
flake.lock Bootstrap project 2024-03-28 20:30:43 +00:00
flake.nix Deny warnings in 'clippy' pre-commit hook 2024-04-01 12:21:33 +01:00