Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 824 Bytes

File metadata and controls

18 lines (13 loc) · 824 Bytes

AGENTS.md

Theas Motestudio — a single-file (index.html) Norwegian dress-up game for a kid. No build step; open index.html or serve with python3 -m http.server.

Workflow

  • Always commit and push after a feature or fix is done and verified. Don't wait to be asked. Bump VERSION in index.html on each release.
  • Verify changes in the browser before committing (the game has no test suite).

Assets

  • New outfit PNGs drop into assets/ as look-NN.png; wardrobe cards unlock automatically. Run python3 process.py (rembg) to cut backgrounds into assets/cut/.
  • Generate art with python3 gen.py (needs GEMINI_API_KEY env var). Pass filenames to regenerate specific ones, e.g. python3 gen.py look-08 look-10.
  • env-*.png / town-*.png scenes are used as-is (process.py skips them).