Hacker News new | ask | show | jobs
by stonemetal 3661 days ago
It seems like it should be possible for most board games. All you really need are: a graph to represent the board locations and connections between them, user tokens on the board, user inventory off the board, and a rules engine to evaluate the rules of the game. That seems like it ought to be enough to get everything from risk to candy land.