-
Currently we only support PDF. Obviously we could add markdown support pretty easily, but there's two other things that would be awesome:
1) Images - if nothing else to be able to embed them. Techn…
-
Loads of games have a weight, width, length, and depth properties. User would like to be able to sort their collection by these properties. Request here: http://www.reddit.com/r/boardgames/comments/2…
-
At start of app, all board game data is parsed from URL. Occasionally (sometimes frequently) the URL can't be reached and a retry must be performed. Sometimes it takes several retries before a success…
-
This affects the view BoardgameDetail where this assumed range is displayed
-
-
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 would pr…
-
This is basically a discussion about tweaking the physics.
Currently it seems that the physics are very realistic. Objects slide very far, the collision takes quite some time for an object to settl…
-
From reducer.ts https://github.com/boardgameio/boardgame.io/blob/main/src/core/reducer.ts
` case Actions.GAME_EVENT: {
state = { ...state, deltalog: [] };
// Process game e…
-
See also #550
Originally captured in #736
See the exploration in https://github.com/jkomoros/boardgame/wiki/Representing-spaces
Helpers to make it really simply to create computed properties …
-
Before it becomes too hard to start organise later.