Live data from Hacker News

Show HN: Tiao, A two-player turn-based board game

playtiao.com

1–10 of 40 posts

Show HN: Tiao, A two-player turn-based board game

#1
Hi HN,

I built this digital version of Tiao, a two-player turn based strategy board game. Think Checkers meets Go. It's free, runs in the browser, has multiplayer, AI, over the board mode and a lot of other neat things. The source is on GitHub (AGPL).

The game was originally designed by my friend Andreas Edmeier. He created the rules and has been playtesting and refining the game design for years. I built the website for it. The core in about 2 weeks using TypeScript, Next.js, Express, Websockets, and MongoDB. Fully dockerized, deployed on a Hetzner VPS with Coolify. Authentication with better-auth. Real-time gameplay, ELO matchmaking, OpenPanel analytics, and a fully functional achievements system.

Play it: https://playtiao.com Source: https://github.com/trebeljahr/tiao

Happy to answer questions about the tech, the game design, or anything else.

My hope is that more people will play this game because I think it is genuinely fun and would be cool to one day see people play this on a Go board or on their phones/computers.

Have a good one.

Show HN: Tiao, A two-player turn-based board game
playtiao.com

Re: Show HN: Tiao, A two-player turn-based board game

#2
Hey! I played against a bot and it was pretty fun.

Small suggestion: too many queues can make it very difficult to build up a network of players at first. I'd suggest, for now, lowering the amount of available time control queues so that two players who happen to be on at the same time are more likely to actually find a game.

Re: Show HN: Tiao, A two-player turn-based board game

#8
Cool! I've tried (and I guess failed) to build two of my favourite combinatorial games: the ancient "Konane" and the modern "Shōbu". At least the latter's project taught me property-based testing in Erlang.

https://en.wikipedia.org/wiki/K%C5%8Dnane

https://boardgamegeek.com/video/482389/shobu/how-to-play-sho...

Post reply on HN