From bd5e63658895aa6bda412723f9ef052eec8ae758 Mon Sep 17 00:00:00 2001 From: Boxel Submission Bot Date: Wed, 25 Mar 2026 16:15:19 +0800 Subject: [PATCH] add Blackjack Game Definition changes [boxel-content-hash:fac471c37e6b] --- .../4808c827-87af-49c4-b0c6-30b2a22fd79d.json | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 AppListing/4808c827-87af-49c4-b0c6-30b2a22fd79d.json diff --git a/AppListing/4808c827-87af-49c4-b0c6-30b2a22fd79d.json b/AppListing/4808c827-87af-49c4-b0c6-30b2a22fd79d.json new file mode 100644 index 0000000..5293cce --- /dev/null +++ b/AppListing/4808c827-87af-49c4-b0c6-30b2a22fd79d.json @@ -0,0 +1,64 @@ +{ + "data": { + "meta": { + "adoptsFrom": { + "name": "AppListing", + "module": "https://app.boxel.ai/catalog/catalog-app/listing/listing" + } + }, + "type": "card", + "attributes": { + "name": "Blackjack Game Definition", + "images": [], + "summary": "The BlackjackGame is a comprehensive app/card/field/skill module that implements the classic blackjack game logic with an interactive user interface. It manages game state, player and dealer hands, deck creation, shuffling, and card drawing. The module tracks player chips, bets, hand scores, and game statistics, providing mechanisms for betting, hitting, standing, doubling down, and starting new games. It dynamically updates visual representations of cards, scores, and game messages. The primary purpose is to deliver an interactive blackjack experience with real-time game progress, score calculations, and persistent state management within a card-based app interface.", + "cardInfo": { + "name": null, + "notes": null, + "summary": null, + "cardThumbnailURL": null + } + }, + "relationships": { + "tags": { + "links": { + "self": null + } + }, + "specs": { + "links": { + "self": null + } + }, + "skills": { + "links": { + "self": null + } + }, + "license": { + "links": { + "self": null + } + }, + "examples": { + "links": { + "self": null + } + }, + "publisher": { + "links": { + "self": null + } + }, + "categories": { + "links": { + "self": null + } + }, + "cardInfo.theme": { + "links": { + "self": null + } + } + } + } +} \ No newline at end of file