matthewejones

Results 3 issues of matthewejones

The limit for the names in the status bar, limits the length of the combined names rather than each one. This means that one long name can use up all...

resolves issue #110 by adding a scroll bar to the leaderboard. So far I've been unable to keep the border below the heading once you've scrolled while also keeping the...

on hold

In the latest version of boardgame.io, the permitted origins must be provided. At the moment this is set to the following in gameServer.js. ```javascript origins: [ '*' ] ``` This...