TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Kurt Vonnegut's lost board game online

8 pointsby addcn6 months ago
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&#x27;play, multiplayer, and a primitive bot (named kurt) that you can play against. We&#x27;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&#x27;s the only reason we could build something this good, this fast. The library separates concerns and authority across the server &#x2F; 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:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41896636">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41896636</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;nicolodavis">https:&#x2F;&#x2F;github.com&#x2F;nicolodavis</a><p>[2] <a href="https:&#x2F;&#x2F;boardgame.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;boardgame.io&#x2F;</a>

4 comments

promichael6 months ago
Played a few games with my friends in person - was a lot of fun! Thanks for making a online version.
boxed6 months ago
It&#x27;s open source? Where is the code? There is no link.
评论 #42156027 未加载
boullion6 months ago
Chess with artillery and a wide open meta. So fun!
econometrician6 months ago
Nice!!