sisyphus32 1.3.1

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

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