thomasLevans / connectFour

What was originally a Java applet is now JS web app done with d3.js and require.js
0 stars 0 forks source link

Game state managed on server #1

Open thomasLevans opened 8 years ago

thomasLevans commented 8 years ago

The state of the game should be managed by a server instance that clients emit actions to and receive the updated state from

thomasLevans commented 8 years ago

The game board should be represented by React components and the state of the game should be managed by the Redux paradigm