PHP Classes

File: public_html/webdoors/hangman/webdoor.json

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   public_html/webdoors/hangman/webdoor.json   Download  
File: public_html/webdoors/hangman/webdoor.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 1,336 bytes
 

Contents

Class file image Download
{ "webdoor_version": "1.0", "game": { "id": "hangman", "name": "Hangman", "description": "Classic Hangman. Guess the word before the stick figure is complete.", "version": "1.0.0", "author": "ChatGPT", "license": "MIT", "icon": "icon.svg" }, "entrypoint": { "type": "html", "file": "index.html" }, "runtime": { "language": "javascript", "framework": "vanilla", "requires": { "websocket": false, "cookies": true, "local_storage": false } }, "session": { "mode": "host", "persistence": "server", "max_duration_seconds": 86400 }, "capabilities": { "singleplayer": true, "multiplayer": false, "leaderboards": false, "achievements": false }, "storage": { "save_state": { "enabled": true, "scope": "per-user", "format": "json", "max_slots": 1, "auto_save": true } }, "api": { "base_path": "/api/webdoor", "endpoints": { "session": "/session", "save": "/save", "load": "/load", "delete": "/delete" } }, "ui": { "preferred_width": 900, "preferred_height": 650, "responsive": true, "orientation": "landscape" }, "security": { "same_origin_only": true, "csrf_protection": "host", "content_sandbox": true } }