Hacker News new | ask | show | jobs
Show HN: Pioneer 2 – a retro Soviet chess computer playing online (play.pioneer2chess.com)
2 points by Tdxt 101 days ago
I built Pioneer 2, a retro-style chess computer inspired by 1980s dedicated chess machines.

It runs a personality-based chess engine and is playable directly in the browser.

The goal was to recreate the feeling of old chess computers while running modern engine logic underneath.

You can try it here: https://play.pioneer2chess.com

The project is open source: https://github.com/arnebailliere-oss-svg/pioneer2

1 comments

Just a heads up - your github only has a single HTML file for the landing page itself - not the actual source for the chess game.
You're right to point that out. I misspoke in the description. The repository currently only contains the landing page and project files. The chess engine itself isn't open source at the moment. Thanks for catching that.