-
I have made the following endpoint in my express server:
```js
const getBggCollection = (req, res) => {
const { username } = req.params;
client.collection
.query({
username: user…
-
- Retrieve the other items (expansions, etc.) when listing plays, not only boardgames
- Add support for getting the players of a play session
-
I am working on creating a map for an existing game where the offboards on the map do not have coordinates (picture of map: [https://boardgamegeek.com/image/4859090/1882](url)). Would it be possible t…
-
According to data files and an [image of the card](https://boardgamegeek.com/image/1996729/star-trek-attack-wing-borg-sphere-4270-expansion-p), the Borg Starship (Borg Sphere) should have a cost of 38…
-
Hello
Whould you people be excited for some of the 1e scenarios ported to valkyrie?
I kinda don't like how underused the tiles and monster from 1e are. Also I've never had a chance to play most of t…
-
I offer this example as a JSON example for the Game page https://schema.org/Game . Is there a way to submit it? Maybe there are some ways in which it might be improved peer-review welcome.
```
{
…
HughP updated
2 years ago
-
Hand-drawn example:
https://www.dropbox.com/s/s9fts8i0ccdmbbe/hex_style_tiles.jpg?dl=0
I guess only things needed would be to implement #44 and a new (directional) grid segment style? Or allow …
-
Most of the time I am using this app to log a play of a game and give that game a rating.
In an old version this case worked pretty well. In the current version it doesn't work. The logging of a ga…
-
This edge case happen when Mon Insurance play Giant Ice Asteroid or Comet (something that destroy plant but give ocean) or new Deimos Down or play any asteroid with rebate cads (Media Group, Optimal A…
-
According to the comments at line 3737 and 3751, the initial price of a Warrior is 3 to 8 gold.
The code seems to indicate the following:
3753: A number between 0 to 15 is generated
3757: That nu…