Boardgame.io: an engine for creating turn-based games using JavaScript
1–10 of 69 posts
Re: Boardgame.io: an engine for creating turn-based games using JavaScript
#2Re: Boardgame.io: an engine for creating turn-based games using JavaScript
#3Then what, print it out to play on the kitchen table?
Re: Boardgame.io: an engine for creating turn-based games using JavaScript
#4Re: Boardgame.io: an engine for creating turn-based games using JavaScript
#5Then what, print it out to play on the kitchen table?
Re: Boardgame.io: an engine for creating turn-based games using JavaScript
#6Looks like it might originally have been from Google based on this discussion https://news.ycombinator.com/item?id=15946425
Re: Boardgame.io: an engine for creating turn-based games using JavaScript
#7Somewhat 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
#8More 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
#9Looks 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/
Re: Boardgame.io: an engine for creating turn-based games using JavaScript
#10Then what, print it out to play on the kitchen table?