undef-engine 2025-12-14
Primitives documentation expansion and game case studies
189 files · 3,974+ · 2,893-
6 files changed
  • deck_operations.py Python module deck_operations
  • actions.py Python module actions
  • ActionButtons.tsx React component ActionButtons
  • CardDeck.tsx React component CardDeck
  • CardFace.tsx React component CardFace
  • CawCard.tsx React component CawCard
  • Refined CawBoard layout and interaction (117 lines changed) decouple internal
    4 files
    • CawCard.tsx
    • caw-card-visual.spec.ts
    • caw-helpers.ts
    • CawBoard.tsx
  • Updated CawCard with display improvements decouple behavioral
    4 files
    • ActionButtons.tsx
    • CardDeck.tsx
    • CardFace.tsx
    • CawCard.tsx
  • Minor CawHand fix remediate internal
    4 files
    • CawCard.tsx
    • caw-card-visual.spec.ts
    • caw-helpers.ts
    • CawBoard.tsx

Terrible Psychiatrist

6 files changed
  • deck_operations.py Python module deck_operations
  • actions.py Python module actions
  • blueprint.py Python module blueprint
  • handler.py Python module handler
  • helpers.py Python module helpers
  • hooks.py Python module hooks
  • Updated board and phase components (TreatmentSelector, WaitingState, JudgeSelectsAnswerPhase, PlayersSubmitCardsPhase) decouple internal
    4 files
    • ActionButtons.tsx
    • CardDeck.tsx
    • CardFace.tsx
    • CawCard.tsx
6 files changed
  • protocols.py Python module protocols
  • test_protocols.py Test file for protocols
  • connections.py Python module connections
  • engine.py Python module engine
  • models.py Python module models
  • blueprint.py Python module blueprint
  • Improved flow/connections.py (342 lines refactored) for better phase transition handling decouple internal
    3 files
    • connections.py
    • hand.ts
    • phase.ts
  • Updated flow engine and models decouple internal
    4 files
    • WORKFLOWS.md
    • auth-flow-complete.spec.ts
    • game-flow.spec.ts
    • terrible-psychiatrist-game-flow.spec.ts
  • Added numeric_vote.py primitive instantiate internal
    4 files
    • protocols.py
    • test_protocols.py
    • README.md
    • attachment-graph.md
  • Simplified protocols.py (291 lines reduced) decouple internal
    2 files
    • protocols.py
    • test_protocols.py
  • Updated game store with new state handling instantiate internal
    3 files
    • gameStore.ts
    • session-persistence.spec.ts
    • hand.ts