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.
How to play:
Open up Super Mario Maker 2 and go to course world
Start the PICO-8 project
Each level tile gives you the ID of said level, enter that into Super Mario Maker 2
Play through the course, and clear the tile on the PICO-8 map once you finish the level in Mario Maker
If you find any secret exit codes in the level (an arrangement of either Donut Blocks, Fire Flowers, Note Blocks, and/or Keys in a row of 4), remember those, and re-open the level you just cleared on the PICO-8 map. Then you can enter the code you saw.
Have fun! I hope you enjoy the levels I've crafted.
Inspired by the World Map Builder
While playing around with PICO-8's new sound capabilities, the reverb instantly made me think of the reverb effect in Super Mario All-Stars. An hour or two later and you have this, enjoy!
With credit, feel free to use in any cart.
This is a pretty old cart that I never ended up sharing for whatever reason, but here it is now.
This one as well is open for credited use wherever.
"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!
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:
The world map for the Boo-Beam's World Super Mario Maker 2 Project. Work in Progress.
Made as both a personal tool, and for the AP Computer Science Principles Create Task.
Arrow keys to cycle through the keys, the rest of the controls are pretty self-explanatory.
Zeldamos is a Zelda-esque Engine similar in style to the GameBoy titles.
I will be updating this throughout to hopefully make an example dungeon with combat, puzzles, and a boss.
v1.0 --
- 8-Way Movement
- Screen Transitions
- HUD
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.
Updated to be more accurate to the original.
old version:
This is a PICO-8 cover of Green Greens from Kirby's Dreamland.
With credit, feel free to use it however you like!