-
For the boardgames subreddit, it doesn't seem to matter which thread URL I try, the comment scores are always only "1".
-
Hi! I have tried to link the package to my own project with `yarn link` but I could not quite get it to work. Are there any steps that one needs to take to prepare boardgame.io source for local linkin…
-
Hello! I'm the current registrant of the boardgame.io domain. I had grand plans of doing something vaguely similar to this a couple years ago, but it went the way most ideas do... 🚮
The domain is y…
-
##### **Overview of the issue**
Browser sends request to server with invalid Session. Server returns HTTP ERROR 500 and logs the following stack trace on the server:
2018-10-21 18:26:33.901…
-
I'm not sure if this is an error but npm package does not works on node v6.10.1. (windows 10)
And thank you for this awesome framework. 👍
```
11986 error Windows_NT 10.0.15063
11987 error arg…
-
This is another easy issue. Restructure the main.cpp of TicTacToe to let the user choose whether to play first or second.
-
I have noticed that `ctx.events` has not yet been bound in the first `onTurnBegin`. I wonder when `events` are set in `ctx`. Is this a bug?
```
onTurnBegin (G, ctx) {
console.log (ctx.events)
…
eseom updated
6 years ago
-
This is very easy for newcomers and beginners. Just add information output during the game (whose turn it is, turn number, input format) and a prompt that asks the user to insert its input.
-
So things are loaded up from config based on dev mode, but the final config items can be overridden
Noted when fixing #531, because OfflineDevMode is rarely something you want on during developmen…
-
Appearantly, now pagesize is ignored and that makes all stats num/1000+1 times as high as they should be.
Patch: Either disable pagesize or use page size only when one has inspected how many record…