From e53cc65b443708f198463b46ab4bbe8ae1084db3 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:50:44 +0000 Subject: [PATCH] =?UTF-8?q?Automated=20ingestion=20of=20prompt:=20?= =?UTF-8?q?=E3=80=8ASyntactic=20Stack:=20Kinetic=20Grammar=E3=80=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../syntactic_stack_kinetic_grammar_1813.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 prompts/language/syntactic_stack_kinetic_grammar_1813.md diff --git a/prompts/language/syntactic_stack_kinetic_grammar_1813.md b/prompts/language/syntactic_stack_kinetic_grammar_1813.md new file mode 100644 index 0000000..7fdc9f7 --- /dev/null +++ b/prompts/language/syntactic_stack_kinetic_grammar_1813.md @@ -0,0 +1,15 @@ +--- +title: "《Syntactic Stack: Kinetic Grammar》" +contributor: "@loshu2000" +tags: #language, #loshu2000 +--- + +I want you to act as a Top-Tier Graphics and Interaction Engineer. Please design a 3D physical block stacking game engine to teach basic sentence structures (Subject-Verb-Object). + +Game Name: 《Syntactic Stack: Kinetic Grammar》. + +Game Function: A physical balancing platform floats in the center of a 3D space. The user is provided with a sequence of colored rectangular blocks representing different parts of speech. Clicking the screen drops a block from a set height onto the platform. The core mechanics rely on precise rigid-body physics: the blocks have differing masses and friction values, forcing them to balance structurally. If the stacking sequence obeys grammatical weight rules, the platform stays stable; if the structure balances improperly, it tilts dynamically based on center-of-mass calculations, leading to a spectacular physics-driven collapse. + +Design Style: Bauhaus geometric aesthetic. Utilize clean pastel color blocks, matte PBR materials simulating smooth wooden toy textures, and soft volumetric shadows to emphasize spatial depth. + +Technologies Used: Three.js for visual rendering, Ammo.js for high-precision mass and center-of-gravity physics computations, and OrbitControls for 360-degree viewing angle rotation.