a Bluesky client for PICO-8 picosky.vinnymac.dev
pico-8 simulation bluesky games
19

Configure Feed

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

fix cartridge wordmark and logo

Vincent Taverna (Jun 10, 2026, 6:54 PM UTC) 3df769c8 90272a26

+3 -3
+2 -2
Makefile
··· 96 96 # --- .p8.png exports (BBS / Splore) ------------------------------------------ 97 97 .PHONY: png 98 98 png: ## Build picosky.p8.png (demo+online, compressed ≤ 100%) 99 - $(SHRINKO8) $(CART) picosky.p8.png -f png --minify 99 + $(SHRINKO8) $(CART) picosky.p8.png -f png --minify --title "A BLUESKY CLIENT FOR PICO-8" --title "made by vinnymac ♥" 100 100 101 101 .PHONY: png-online 102 102 png-online: ## Build picosky-online.p8.png (ONLINE=true, strips demo block) ··· 147 147 148 148 .PHONY: ci-deploy 149 149 ci-deploy: ci-dist ## Deploy committed artifacts to Cloudflare Pages (CI-safe, no pico8 needed) 150 - CLOUDFLARE_ACCOUNT_ID=ebbd354a5e5728e183b95c92fbcfb770 npx wrangler pages deploy $(DIST) --project-name picosky --commit-dirty=true 150 + CLOUDFLARE_ACCOUNT_ID=ebbd354a5e5728e183b95c92fbcfb770 npx wrangler pages deploy $(DIST) --project-name picosky --branch=main --commit-dirty=true 151 151 152 152 # --- setup / housekeeping ---------------------------------------------------- 153 153 .PHONY: install-pico8
picosky.p8.png

This is a binary file and will not be displayed.

+1 -1
src/cart.p8
··· 1 1 pico-8 cartridge // http://www.pico-8.com 2 2 version 42 3 3 __lua__ 4 - --keep: picosky 4 + --keep: A BLUESKY CLIENT FOR PICO-8 5 5 --keep: made by vinnymac ♥ 6 6 -- source cart: #includes src/*.lua; `make` to build (ONLINE true|false set by shrinko8) 7 7 --lint: ONLINE