A very simple chess engine
Go to file
Bruno BELANYI ae1c3322d5 Remove 'pre-commit' check from flake
Since trying to run it results into a failure due to 'clippy' trying to
fetch the network inside the build sandbox, remove it from the 'checks'
for now, but do keep it around for its 'shellHook'.
2022-07-25 16:41:27 +02:00
src Add magic mask generation 2022-07-24 16:34:12 +02:00
utils/gdb Add GDB pretty-printers 2022-07-16 14:41:07 +02:00
.drone.yml Fix pre-commit check in CI 2022-07-25 16:36:44 +02:00
.gdbinit Add GDB pretty-printers 2022-07-16 14:41:07 +02:00
.gitignore Add generated files to git ignore 2022-07-15 19:57:21 +02:00
Cargo.lock Add 'random' dependency 2022-07-24 16:34:12 +02:00
Cargo.toml Add 'random' dependency 2022-07-24 16:34:12 +02:00
flake.lock Add nix flake 2022-07-15 19:56:54 +02:00
flake.nix Remove 'pre-commit' check from flake 2022-07-25 16:41:27 +02:00