This is a GUI app emulating the game Carcassonne.
- Computer players
- Save / load + view replays
- Benchmarks
- Multithreaded computer players and evaluation of players
To build from source: from the root directory run:
cargo run --release -- help
Or if you have nix set up (with flakes enabled), just run the following:
nix run github:jackschu/crabcassonne -- help