A very simple chess engine
Go to file
Bruno BELANYI 93d255623b
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Use 'pcg64_fast' for RNG
This is a higher quality source of randomness than a XOR-shift
generator, while still being fast and easy to write.
2024-04-06 19:38:10 +01:00
.woodpecker Bootstrap project 2024-04-01 22:20:39 +01:00
src Use 'pcg64_fast' for RNG 2024-04-06 19:38:10 +01:00
utils/gdb Simplify 'Move' 2024-04-05 22:41:24 +01:00
.envrc Bootstrap project 2024-04-01 22:20:39 +01:00
.gdbinit Add GDB pretty-printers 2024-04-01 22:20:39 +01:00
.gitignore Bootstrap project 2024-04-01 22:20:39 +01:00
Cargo.lock Bootstrap project 2024-04-01 22:20:39 +01:00
Cargo.toml Bootstrap project 2024-04-01 22:20:39 +01:00
flake.lock Bootstrap project 2024-04-01 22:20:39 +01:00
flake.nix Deny warnings in 'clippy' pre-commit hook 2024-04-01 22:20:39 +01:00
rustfmt.toml Add explicit 'rustfmt' configuration 2024-04-03 21:26:18 +01:00