A very simple chess engine
Go to file
Bruno BELANYI 66e5109157
All checks were successful
continuous-integration/drone/push Build is passing
Statically assert zero-cost invariants
Since some or all of those invariants will come in handy to ensure we
use as little memory as possible, to maximize the speed of the move
generation later on.
2022-07-18 11:05:41 +02:00
src Statically assert zero-cost invariants 2022-07-18 11:05:41 +02:00
utils/gdb Add GDB pretty-printers 2022-07-16 14:41:07 +02:00
.drone.yml Add Drone CI 2022-07-16 14:41:07 +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 Bootstrap build system 2022-07-15 19:56:01 +02:00
Cargo.toml Bootstrap build system 2022-07-15 19:56:01 +02:00
flake.lock Add nix flake 2022-07-15 19:56:54 +02:00
flake.nix Enable 'doCheck' in nix package 2022-07-18 10:04:47 +02:00