Live data from Hacker News

Show HN: Chess2 – Play live online chess against a friend, or a chess engine

chess2.vercel.app

1–10 of 12 posts

Re: Show HN: Chess2 – Play live online chess against a friend, or a chess engine

#5

Very cool! What’d you use for the engine?

The engine is a WASM implementation of the stockfish 11 engine. https://github.com/nmrugg/stockfish.js

Ah gotcha very cool! Incredible it can run in the browser

Re: Show HN: Chess2 – Play live online chess against a friend, or a chess engine

#6

Earlier quoted context omitted.

The engine is a WASM implementation of the stockfish 11 engine. https://github.com/nmrugg/stockfish.js

Ah gotcha very cool! Incredible it can run in the browser

Yes web workers are cool. Sadly its only single threaded. If I'm not mistaken the newer version of the engine can run multithreaded but only on super modern browsers. This slightly older version ensures more compatibility

Re: Show HN: Chess2 – Play live online chess against a friend, or a chess engine

#10
post #9

Feels as if you are using stockfish for openings. Might be an idea to randomise a bit otherwise it becomes predictable. But it is really a great piece of work.

Thanks a lot. Stockfish is used for openings and playing in general. I guess in the future it would be a good idea to give change the engine parameters slightly for each game. It is very configurable. Glad you enjoyed it
Post reply on HN