README updates and other stuff
LICENSE + README
Clippy
This is a simple implementation of the board game Chaos.
It includes a basic Monte Carlo sim with both players dropping random moves.
To run the Monte Carlo sim (e.g. a million random games), run cargo run --release
This takes about ~5 seconds on a recent laptop.
I played a few rounds of this game recently, and have exactly zero intuition for how to play this game well. The next step is to see if the state space is small enough to min-max it (e.g. check for full solvability).