Live data from Hacker News

Show HN: Esochess, customized chess (3/4 player, capablanca, two king) in C/WASM

esochess.net

1–3 of 3 posts

Re: Show HN: Esochess, customized chess (3/4 player, capablanca, two king) in C/WASM

#3
post #2

Nice and fast. Especially like the "Check" animation. But no detection of stalemate condition in endgame. Otherwise, great to see a WASM chess engine ;)

thanks, yeah havent implemented stalemate, and the ai is a bit crufty. funny to see you call it fast; with -O3, which is whats online, it takes up to ten secs and when enabling debug symbols, it takes millenia, likely because my vector implementation is relatively slow