PHP Classes

File: public_html/webdoors/blackjack/webdoor.json

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   public_html/webdoors/blackjack/webdoor.json   Download  
File: public_html/webdoors/blackjack/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: 598 bytes
 

Contents

Class file image Download
{ "webdoor_version": "1.0", "game": { "id": "blackjack", "name": "Blackjack", "version": "1.1.0", "author": "ChatGPT", "description": "Single-player Blackjack with play chips, WebDoor storage, and leaderboard", "entry_point": "index.php", "icon": "icon.svg" }, "requirements": { "min_host_version": "1.0", "features": [ "storage", "leaderboard" ], "permissions": [ "user_display_name" ] }, "storage": { "max_size_kb": 256, "save_slots": 1 }, "config": { "start_bet": 10, "starting_chips": 1000 } }