sisyphus32 1.0.0

Feature-based UCI Chess Engine
Documentation
1
2
3
4
5
use sisyphus32::perft::Perft;

fn main() {
    Perft::long_perft_tests();
}