ConsenSysMesh / web3studio-sidejam

SideJam is a series of projects designed to develop application-level examples, frameworks, components (and requirements driving protocol and R&D teams) that use the W3S narrative approach to prove the need for and ability to use the Mainnet as a way to make business safe without silos.
Apache License 2.0
2 stars 2 forks source link

Add pieces #14

Closed barlock closed 5 years ago

barlock commented 5 years ago

Related Issue
Supports #4

Related PRs
This PR is not dependent on any other PR

What does this PR do?
When a player joins a game, it adds their 20 pieces to the board.

You can now open 4 browser windows and add 4 players and watch them come in on all of them!

It's realllllyyy slow. I don't think ganache can handle that many websocket subscriptions 😅. I'll try to switch to Pantheon as we should maybe be doing that anyway and see if that makes a difference.

Description of Changes
Lots of work in the sagas and initializing all the things.

What gif most accurately describes how I feel towards this PR?