Three weeks ago GHQ, a strategy board created by Kurt Vonnegut appeared on the front of HN[0].<p>A friend and I got hooked and spent the last week and half building out a playable online version of the game. It supports pass n'play, multiplayer, and a primitive bot (named kurt) that you can play against. We're also chess nerds so had to ship with an Elo system.<p>Huge kudos to nicolodavis[1] and the maintainers of Boardgame.io [2] - it's the only reason we could build something this good, this fast. The library separates concerns and authority across the server / client seamlessly without requiring you to rewrite the logic in multiple places. The abstractions felt right immediately. If you want to build a browser based board game, start here.<p>Hope this is fun and brings GHQ to more people. We opened source the code if you want to contribute or remix it :)<p>[0] <a href="https://news.ycombinator.com/item?id=41896636">https://news.ycombinator.com/item?id=41896636</a><p>[1] <a href="https://github.com/nicolodavis">https://github.com/nicolodavis</a><p>[2] <a href="https://boardgame.io/" rel="nofollow">https://boardgame.io/</a>