Minimal 2‑D grid battle sandbox for early testing of Sufi vs A‑Life factions. Click the canvas to advance one tick.
- Written in plain ES modules; no build tools required.
- Grid is 20×12, 32 px tiles (640×384 canvas).
- Three unit archetypes per faction with simple stats & AI.
- Doctrine/intent system, terrain, morale, and UI polish to be added next.
- Clone or download the repo.
- Open
index.html
in any modern browser. - Click canvas repeatedly to watch units fight.
- Add terrain types, obstacles, morale, and expanded AI.
- Replace click‑to‑step with real‑time loop & pause.
- Implement doctrine board for player intents.
- Extend to Cyborg faction and more abilities.
MIT license — free to hack & remix.