Skip to content

Instantly share code, notes, and snippets.

@pancelor
pancelor / instructions.md
Last active January 6, 2025 06:32
PICO-8 html template for nokiajam
@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 January 7, 2025 19:06
aseprite to pico8/picotron 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.

  1. save this script to your aseprite scripts folder (File > Scripts > Open Scripts Folder) then reopen aseprite (or click "Rescan Scripts")
  • (optional) edit local autocopy in the script, based on your operating system. if you set this up, the script will automatically write to your clipboard when it's time to copy something
@pancelor
pancelor / p64env.lua
Last active September 11, 2024 19:36
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