One Million Chessboards: A Massively Multiplayer Chess Game Unlike Any Other
2025-04-28

A developer built a website called 'One Million Chessboards' featuring, you guessed it, one million chessboards! All players share the same boards, moving pieces instantly without turns. The developer overcame significant technical hurdles, building the backend in Go (their first Go project!), utilizing a single writer thread and numerous reader threads, and implementing optimistic locking for concurrency. This project is a technical feat; play it and experience massively multiplayer chess like never before!