undef-engine 2026-02-13
Initial commit of Undef Engine v0.3.0 with partial rename pass
2675 files · 744,484+ · 87,782-

Initial commit establishing the Undef Engine repository

10 files changed
  • .env.example Environment configuration template
  • ci.yml CI pipeline configuration
  • .gitignore Git ignore rules
  • .pre-commit-config.yaml Pre-commit hook configuration
  • CLAUDE.md Project guidance for Claude Code
  • Makefile Build and development targets
  • README.md Project documentation
  • App.tsx Frontend application entry point
  • handler.py Core game engine handler
  • main.py Server entry point
  • Seeded the entire engine codebase as the starting point for the undef-games/undef-engine repository, including game logic for SwarmThink, Reaction, WARP, SinkyBoat, Imagined, FauxFacts, and other games instantiate architectural
    4 files
    • handler.py
    • main.py
    • App.tsx
    • Makefile
  • Includes NPC systems, CLI interface, full test suite, frontend components, and supporting infrastructure instantiate behavioral
    3 files
    • ci.yml
    • .pre-commit-config.yaml
    • README.md

Partial rename pass from old naming

1 file changed
  • CLAUDE.md Updated project references during initial rename
  • Two follow-up commits began renaming remaining references from old project naming conventions decouple internal
    1 file
    • CLAUDE.md