Hacker News new | ask | show | jobs
by sandgraham 2 hours ago
Someone on the leaderboard got to 118? Would be fun to watch that replay.
1 comments

That was me. The engine is deterministic so I wrote a beam solver for it. My score should've been 208 (pretty sure it could play forever; I capped the solver at a max time limit) but I messed up one of my moves (I was manually moving the pieces instead of submitting the final move list with curl).
Haha so clever love it! Must look into a beam solver
I would expect no less from Hacker News, good job.
It was a matter of time I suppose. Would love to see the solver!