{
"webdoor_version": "1.0",
"game": {
"id": "revpol",
"name": "Reverse Polarity",
"version": "1.0.0",
"author": "awehttam",
"description": "Connect to BBS",
"entry_point": "index.php",
"icon": "icon.svg",
"screenshots": []
},
"requirements": {
"min_host_version": "1.0",
"z-features": ["storage", "leaderboard"],
"permissions": ["user_display_name"]
},
"storage": {
"max_size_kb": 10,
"save_slots": 1
},
"multiplayer": {
"enabled": false
},
"config": {
"comment": "You can customize these settings to match your own BBS",
"display_name": "Reverse Polarity BBS",
"display_description": "Connects to the Reverse Polarity BBS",
"host": "revpol.lovelybits.org",
"port": "22",
"proto": "ssh"
}
}
|