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.
- Always commit and push after a feature or fix is done and verified. Don't wait
to be asked. Bump
VERSIONinindex.htmlon each release. - Verify changes in the browser before committing (the game has no test suite).
- New outfit PNGs drop into
assets/aslook-NN.png; wardrobe cards unlock automatically. Runpython3 process.py(rembg) to cut backgrounds intoassets/cut/. - Generate art with
python3 gen.py(needsGEMINI_API_KEYenv var). Pass filenames to regenerate specific ones, e.g.python3 gen.py look-08 look-10. env-*.png/town-*.pngscenes are used as-is (process.py skips them).