This here is the Kiloman Music Encoder, or KM-Encoder for short. I made it to store the music for a Mega Man clone project that's been on the backburner for a while.
Multi-channel examples
Two covers by me, two originals by @Gruber and @BoneVolt respectively.
As many 2-channel Mega Man covers as I could fit
Originally 8 seperate carts worth of music, all in one!



Updated to include World 6!
Hello, this here is NOT a fully contained Mario game, but instead a world map for a Super Mario Maker 2 project of mine.
You might be wondering why I chose to make this when super worlds exist, but to answer that: this project was started before super worlds were introduced! I decided to keep working on it even after the fact because super worlds do not include secret exits and cannons.
If you'd instead like to play through it as a super world, here is my Maker ID: 844-PXJ-HCG
The project laid dormant for a while, so this here is a demo featuring all the levels I had completed. It goes up to World 5. Timestamps for 'date modified' are included next to each level, just to show how old some of these are.

"Hotfoot is a frictionless platformer with the objective of completing each course as fast as possible. Use the slopes to gain speed and zoom off to victory! Test your time against the creator's!"
Made for the GMTK Game Jam 2020, in 48 hours.
<hr>
Hotfoot on itch.io
HOT GRILL demo font
TIP: Holding forward on a slope will give you additional speed, but will negate speed off a slope!




A little cover I made two months ago and forgot to post on the BBS. Enjoy!
There's four different visual modes picked at random on reset, I tried to sync two of them to the music.
Mario's colors based on the SMB port by @mhughson
If you copy any text from outside of PICO-8 and paste it into PICO-8, it will show up as uppercase (or non-puny font) regardless of capitalization. I can see that being both a positive and negative in some instances, and in my case it wasn't. I propose that if puny font mode is ON then pasting will respect capitalization (which would actually be reverse capitalization because printh("@clip") and .p8 files store the puny font as capitals).
EDIT: Okay actually this problem also exists when you copy puny font characters using printh() too. This is breaking a few things with my system of saving level data using characters (and parsing them with ord().)
@zep I kindly ask you do something about this.




I've created a tool that lays out all of the characters in PICO-8 and allows you to copy them with the press of a button. The inclusion of CHR() and ORD() allows for many cool things, so I hope this can be of help to some.
Open in desktop program PICO-8 for best experience.
Left/Right to navigate the characters, Up/Down to change the speed
Z to copy the selected character to your clipboard
X to turn on the selection "backlight"
Pause for cool tip :)
Removed the selectability of characters 0-15 because of PICO-8 0.2.2
Old version(s):




So I made a function to search for a key value in a table and delete that index three times, but the problem is del() deletes the first instance of the value I want to delete and not the index of said value. I put my function below, please help.
function delindex(val) for i=1,#table/3 do if table[i*3-2]==val then del(table, table[i*3-2]) del(table, table[i*3-2]) del(table, table[i*3-2]) end end end |




UPDATE 1: Added achievements, fixed a few visual bugs.
So, I participated in the GMTK Game Jam this year, and never really thought to put my result up here. I did decently well, but spent a bit too long looking into theme rather than mechanics, so the ending was a tad rushed and is unfinished. The rest of the game is still a fun experience, I hope.
I may update the game further if you want me to.
OLD VERSIONS:


So, I've uploaded a GIF three times, and it never has shown up on my Image Files list.
I've tried reloading, and shift+reloading, but nothing's happened.
If anyone knows a fix or why this is happening please give a comment.
EDIT: Images work, but not GIFs. The files fit the maximum amount, I might just not know how to upload GIFs.