Skip to content

Instantly share code, notes, and snippets.

@pancelor
pancelor / instructions.md
Last active February 28, 2024 19:09
PICO-8 html template for nokiajam

instructions for how to export a PICO-8 game with the correct colors and screen resolution for Nokia 3310 Jam

now hosted as a full git repo (not just a gist)

you can check the edit history of this gist if you want the old version for some reason, but be aware that there's a bad fullscreen flicker bug (now fixed in the full repo)

@pancelor
pancelor / readme.txt
Created June 24, 2023 21:50
WIP - i'm being eaten by a boa constrictor! (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@pancelor
pancelor / readme.txt
Created March 15, 2023 06:28
regression test: getTilesTraversingPoints test 2 (Puzzlescript Plus Script)
Play this game by pasting the script in https://auroriax.github.io/PuzzleScript/editor.html
@pancelor
pancelor / readme.txt
Created March 9, 2023 08:10
regression test: getTilesTraversingPoints infinite loop (Puzzlescript Plus Script)
Play this game by pasting the script in https://auroriax.github.io/PuzzleScript/editor.html
@pancelor
pancelor / lua-notes.md
Last active March 18, 2023 03:13
pancelor slapdash lua tutorial
@pancelor
pancelor / readme.txt
Created January 20, 2023 14:33
wall bevel code demo (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@pancelor
pancelor / README.md
Last active May 3, 2024 13:55
aseprite to pico8/picotron exporter

picotron is in early alpha -- it doesn't seem to have a sprite editor yet but it does support sprites in a particular format, so I threw together this aseprite exporter.

picotron is out! importing sprites is still a bit tricky, so I built this script to help, along with this picotron cart

this script works great for pico8 too -- I use it often

how to use

you'll need Aseprite to use this.

@pancelor
pancelor / p64env.lua
Last active April 7, 2024 09:16
picotron API explorer
-- picotron api explorer (p64env)
-- by pancelor
-- https://pancelor.com
--[[
## how to install
1. open picotron (buy from https://www.lexaloffle.com/picotron.php)
2. press escape to open the terminal
3. run `folder`. a file explorer should open on your host OS.
you should see `appdata` and `desktop`
@pancelor
pancelor / readme.txt
Created December 28, 2022 17:52
checkerboard demo (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@pancelor
pancelor / readme.txt
Last active June 8, 2022 22:18
Timing test (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html