Seed m3te repo

This commit is contained in:
swipelab
2026-06-04 17:49:06 +03:00
commit 7a9d01c510

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# m3te
A match-3 game written entirely in the **sx** language, targeting **iOS** first.
- Game logic, rendering, input, and UI are all authored in sx.
- Art (palettes, sprite sheets) is produced as real assets.
- Verification gate: sx logic tests pass AND the iOS app builds & launches in the Simulator.
Development is driven by the multi-agent `flow` (Product Owner → Worker → Reviewer → Observer).