Post #2606977
2026-04-14 10:53 UTC
I discovered that my wife was a big fan of minesweeper so I'm continuing with my wife's favorites: Reversi / Othello this time. (I'm terrible at playing it but she's very good, she beats me every time.) https://github.com/joom/reversirocq
for the game AI, I used the coinductive game tree unfolding described in my CPP '26 paper (though an alpha-beta pruned version): https://dl.acm.org/doi/10.1145/3779031.3779091
Replies (2)
-
@joomy@functional.cafe 2026-05-02 19:51
btw these are all available in your browser now, thanks to Emscripten and WebAssembly: http://joomy.korkutblech.com/rocqman http://joomy.korkutblech.com/rocqsweeper http://joomy.korkutblech.com/reversirocq
-
@mudri@mathstodon.xyz 2026-04-14 12:59
@joomy@functional.cafe Nice project! What's the heuristic when you reach the search depth limit?