Draw sprites following 32 prompts and see an animation using the sprites you drew at the end.
Click the light bulb button to see how I drew the sprite.
Click the music button to alternate between 3 tracks. Track #3 is Robots by Kraftwerk
Button combos are basically the same as in the PICO-8 sprite editor besides no undo.
H to flip horizontally, V to flip vertically, R to rotate, arrow keys to move.



A little music toy. Characters are from VVVVVV
Controls
Arrows to navigate
O to move pitch up
x to move pitch down
Move down from the sequencer to see a list of options
(Transpose is global, Octave is different for each instrument)
To save, press O on the save button then press ctrl+C to copy the save code.
To load, press O on the load button then press ctrl+V to paste the save code, then press X to enter it in.
Demo songs are Kraftwerk - Musique Non Stop, Kraftwerk - Boing Boom Tschak, Eels - Mr E.'s Beautiful Blues
Uses the Defy library
If you make a song with this please share it here! I want to see it!







.png)
Recreation of Kraftwerk's Boing Boom Tschak / Musique Non Stop music video in PICO-8.
Midilib Snare Drum
Defy Library
Speako8 Library
![]() |
[60x52] |


A Celeste mod that includes:
• Real time multiplayer
• Score system
500 points are removed when the player dies
500 points are awarded to the player who completes the room first
1000 points are awarded when a player collects a berry
1250 points are awarded when a player collects a flying strawberry
Newest update adds better UI, player collision option, and bug fixes
Please comment any bugs you encounter









.png)
Logarithm Function: https://pico-8.fandom.com/wiki/Math
A simple calculator cartridge.
Controls:
(D-pad) Move Cursor
(O) Selected Button
Limitations:
• Numbers only go up to 32767 before wrapping around
• Numbers are rounded to 4 digits
• Logarithm function is approximated
• Generally bad code

