Mera-Gangapersaud / Creative-Collab

A creative collaborative writing app
MIT License
0 stars 6 forks source link

Investigate boardgame.io #3

Closed Mera-Gangapersaud closed 6 years ago

Mera-Gangapersaud commented 6 years ago

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.

humphd commented 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

seanprashad commented 6 years ago

Skimming through the initial paragraph triggered me back to my microcontroller days with state machines.

seanprashad commented 6 years ago

Tutorial to go through: https://boardgame.io/#/tutorial

seanprashad commented 6 years ago

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!

Mera-Gangapersaud commented 6 years ago

We will proceed with using boardgame.io to build the app