Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 356 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 356 Bytes

Warcaby

An engine for simplified checkers using minimax with alpha-beta pruning.

Example game

Usage

dotnet run --project WarcabyApp

Tests

I wrote some tests you can run with the dotent test command