Ambient Mario-inspired pixel page. Plain HTML/CSS/JS — no framework, no build step.
index.html,style.css,main.js— the whole siteassets/sprites.png+assets/sprites.json— sprite atlas; all game code reads only the JSONassets/raw/— source pixel art (magenta-keyed); not deployedtools/build_sprites.py— regenerates the atlas from the raw art (pip install pillow, thenpython3 tools/build_sprites.pyfrom the repo root)
Deploys to GitHub Pages via .github/workflows/deploy.yml on every push
to master (publishes the repo root to the gh-pages branch).
MIT — see LICENSE.