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!
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
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