an npmx inspired game for PICO-8 npicomx.vinnymac.dev
games pico-8 adventure npmx
0

Configure Feed

Select the types of activity you want to include in your feed.

add npicomx.p8.png for Splore / BBS access

Unignore and commit the generated cart PNG so others can load it
directly in PICO-8 without needing the build toolchain. Also commit
the pending Makefile fix (ci-deploy --branch=main).

+1 -5
-4
.gitignore
··· 3 3 4 4 # Generated cart exports (produced by `make web` / `make png`) 5 5 npicomx.html 6 - npicomx.p8.png 7 6 8 7 # toolchain (managed by mise + uv; see mise.toml / requirements.txt) 9 8 .venv/ 10 9 node_modules/ 11 - 12 - # headless PICO-8 home + screenshots (P8HOME defaults under /tmp) 13 - /tmp/p8home-npicomx/ 14 10 15 11 # vendored tooling lives in tools/shrinko8 and IS tracked; ignore only its caches 16 12 tools/shrinko8/__pycache__/
+1 -1
Makefile
··· 96 96 97 97 .PHONY: ci-deploy 98 98 ci-deploy: ci-dist ## Deploy committed artifacts to Cloudflare Pages (CI-safe, no pico8 needed) 99 - CLOUDFLARE_ACCOUNT_ID=ebbd354a5e5728e183b95c92fbcfb770 npx wrangler pages deploy $(DIST) --project-name npicomx --commit-dirty=true 99 + CLOUDFLARE_ACCOUNT_ID=ebbd354a5e5728e183b95c92fbcfb770 npx wrangler pages deploy $(DIST) --project-name npicomx --branch=main --commit-dirty=true 100 100 101 101 # --- help / housekeeping ----------------------------------------------------- 102 102 .PHONY: help
npicomx.p8.png

This is a binary file and will not be displayed.