Iāve implemented this for Imperial Conflict here: https://imperialconflict.com/pbbg
results
{
"name": "Imperial Conflict",
"description": "Imperial Conflict is a free online browser-based massively multiplayer online strategy game set in space. Players interact in cooperation and against other players in a quest to \"Rule The Galaxy\".",
"tags": [
"space",
"strategy",
"military"
],
"players": {
"registered": 49387,
"active": 248
},
"links": {
"website": "https://imperialconflict.com",
"forum": "https://discourse.imperialconflict.com",
"discord": "https://discord.gg/yVZjc4M",
"patreon": "https://www.patreon.com/imperialconflict",
"facebook": "https://www.facebook.com/imperialconflict/",
"twitter": "https://twitter.com/ic_game",
"reddit": "https://www.reddit.com/r/ImperialConflict/",
"pbbg.com": "https://pbbg.com/games/imperial-conflict",
"PBBG Wiki": "https://wiki.pbbg.com/wiki/Imperial_Conflict"
},
"data": {
"empires": {
"active": 301
},
"galaxies": {
"active": 4
},
"patreon_subscriber_credits": [
"RUNIC",
"Rivan",
"Jets",
"Ushanewnewba",
"SCORP",
"kingray",
"Zeraph",
"RenegadeDamon",
"Goddess_of_the_Dead",
"Tishxo",
"Zeratel",
"Usha"
]
}
}
Some thoughts:
dates.created:
Our start date isnāt clear given our original owner didnāt document that, so Iām not yet sure what to put here. I could guess reasonably well but Iād imagine there are others out there with this issue. I left it out for now, and recommend making it optional.
data:
I added a freeform ādataā to reflect some misc data that is relevant meta info but may not be shared with other games. For me, this is counts for active āempiresā (sub-accounts) and āgalaxiesā, as well as patreon subscribers.
We got some feedback on this example from Pirion on Discord, he had a good point about abstracting some of this into generic data. Patreon subscriber data in particular may be better suited in some kind of credits block alongside staff info.