Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 912 Bytes

File metadata and controls

19 lines (14 loc) · 912 Bytes

LLM Instructions — bobsgameonlinejava

CRITICAL: READ THE ROOT docs/UNIVERSAL_LLM_INSTRUCTIONS.md FIRST.

1. Project Specifics

This is the Java (LibGDX) implementation of the unified puzzle engine.

2. Key Mandates

  • Java 21: Use Java 21 features and ensure compatibility with LibGDX 1.14.0.
  • Scene2D UI: All UI modernization should use LibGDX Scene2D.
  • Parity: Maintain 1:1 logic parity with the C++ reference in okgame.

3. Local Instructions

4. Universal Omni-Workspace Instructions

For workspace-wide context, rules on merging, and cross-repo interactions, refer to the root docs/UNIVERSAL_LLM_INSTRUCTIONS.md.