Live data from Hacker News

Boardgame.io: an engine for creating turn-based games using JavaScript

github.com

1–10 of 69 posts

Re: Boardgame.io: an engine for creating turn-based games using JavaScript

#7
Looks very interesting.

Somewhat related: I've recently wrote a code-walkthrough (in Clojure) of modeling chess-like games.

https://neuroning.com/boardgames-exercise/

It's very basic and intended for teaching/learning functional programming, not a real library or engine like the OP.

Re: Boardgame.io: an engine for creating turn-based games using JavaScript

#8
Original creator of boardgame.io here. A pleasant surprise to see this here after many years.

More recently, I've been working on https://boardgamelab.app/, which uses a visual programming language to model game rules while also taking care of the UI layer.

Re: Boardgame.io: an engine for creating turn-based games using JavaScript

#9
post #6
post #4

Looks like it might originally have been from Google based on this discussion https://news.ycombinator.com/item?id=15946425

The original author looks to have been at Google till 2020. https://nicolodavis.com/

boardgame.io was created as a personal open-source project while I was employed at Google. It is not an official Google product.
Post reply on HN