undef-engine 2026-01-15
Per Diem Quest game with LORD-style features and major engine work
566 files · 64,667+ · 38,295-

Per Diem Quest game

7 files changed
  • __init__.py Created PDQ game package
  • PDQBoard.tsx Created PDQ game board
  • HubPhase.tsx Created hub phase component
  • ProcurementPhase.tsx Created procurement phase component
  • DisputePhase.tsx Created dispute phase component
  • usePDQTheme.ts Added PDQ theming hook
  • perDiemQuest.ts Added PDQ type definitions
  • Added PDQ game with abilities, badges, narrative system, and corporate satire theme instantiate behavioral
    2 files
    • __init__.py
    • PDQBoard.tsx
  • Implemented boss encounters, random events, and LORD-style TUI for classic BBS gameplay instantiate behavioral
    2 files
    • HubPhase.tsx
    • ProcurementPhase.tsx
  • Created frontend components including AbilityPanel, BadgesPanel, CharacterPanel, and NarrativeText instantiate internal
    2 files
    • DisputePhase.tsx
    • usePDQTheme.ts

Engine and TUI refactoring

3 files changed
  • state.py Updated phase state management
  • __init__.py Added persistence module
  • mixin.py Added persistence mixin
  • Refactored TUI play module and integrated SagaOrchestrator improvements decouple internal
    1 file
    • state.py
  • Added storage backends and persistence module for PDQ instantiate internal
    2 files
    • __init__.py
    • mixin.py
  • Fixed PDQ imports after engine.flow to engine.phase rename remediate internal
    1 file
    • __init__.py

Frontend and component updates

4 files changed
  • HotPotatoHeistBoard.tsx Updated Hot Potato Heist board
  • LiarsHandBoard.tsx Updated Liar's Hand board
  • InstallPrompt.tsx Updated install prompt
  • ErrorModal.tsx Updated error modal
  • Updated Hot Potato Heist and Liar’s Hand boards decouple internal
    2 files
    • HotPotatoHeistBoard.tsx
    • LiarsHandBoard.tsx
  • Updated ErrorModal, InstallPrompt, MagicLink, and RoomList components decouple internal
    2 files
    • InstallPrompt.tsx
    • ErrorModal.tsx