Hens and Chicks

Greg Whitehead @grwster • 20220822213300000
TFW you turn playing games into a programming exercise... play Hens and Chicks, a new checkers-like game from @cheapassjames and @CrabFragment, against a javascript AI that runs in your web browser https://www.downtherathole.com/hensandchicks/


Greg Whitehead @grwster • 20220822213750000
@cheapassjames @CrabFragment The AI uses a javascript implementation of Monte Carlo Tree Search that I wrote a few years ago and just put up on GitHub https://github.com/grwhitehead/jsmcts

Greg Whitehead @grwster • 20220822220802000
Monte Carlo Tree Search is BLACK MAGIC. I've been playing around with it for 10 years now, before AlphaGO figured out how to supercharge it with deep learning, and even in its simplest pure form it's still amazing what it can do.

Greg Whitehead @grwster • 20220823150812000
Play Tic-Tac-Toe, Connect Four, and Checkers against JSMCTS here https://grwhitehead.github.io/jsmcts/


