google / boardgame.io
- вторник, 19 декабря 2017 г. в 10:12:13
State management and more for turn based games.
Full Documentation: link
The goal of this framework is to allow a game author to essentially translate the rules of a game to a series of simple functions that describe how the game state changes when a particular move is made, and the framework takes care of the rest. You will not need to write any networking or backend code.
$ npm install --save boardgame.io
$ npm install
$ npm run examples
See the contributing guidelines.
This is not an official Google product.