Closed Mera-Gangapersaud closed 6 years ago
This looks amazing, great find. This will get you to a working 0.1 really fast, nice work!
Also, some interesting opportunities to contribute upstream for the other external bugs people need for 0.3 and 0.4: https://github.com/nicolodavis/boardgame.io/issues
Skimming through the initial paragraph triggered me back to my microcontroller days with state machines.
Tutorial to go through: https://boardgame.io/#/tutorial
I've pushed a working example of connect four
to the connect-four
branch.
Pull it down using git fetch --all && git checkout connect-four && npm i && npm start
. Play around and see what you think!
We will proceed with using boardgame.io to build the app
nicolodavis/boardgame.io has the turn based play functionality that we will need. Lets see if we can use that and strip out the unnecessary functionality that wont apply.