Pario-8
(Touhou Unmei no Hoshi)
Spirit Solstice
Tiny Platformer (TutorialExample Project)
Teenage Mutant Ninja Turtles in Shredder's Prevenge APRIL UPDATE
Thopter Escape
Celeste Dark World
bigmap editor
To take root Among the Stars
Isle Craft Demo
Porter
Bathos
PICOZONE 17-games-in-1
Cursed Flail
Getting Over It with Meep_Moop
Toxic Invaders
Pico-8 Tetris
Passengers (LD33)
falleste
The Carpathian
Wild Wild Yard
- BEATWISE TRIGGER -
Outvain
A Very Warm Fire
CALIGO
Pie Game An RPG
Celeste 1.5
Get in Santa's Pants 1.3
1000 Meters to Shade
Train Journey
HighSteel
Meowlionaire 1.4
Derailed! - A co-op game about building tracks (Unrailed! demake)
Momo's Momentum
The Heavens
Lil King
The Violet Signal - A Boss Only SHMUP
Get Me the Spell Outta Here!!
Unchecked-8 (platformer maze)
Raccoon Ball
Brawl
Web Pilot - Tempest-inspired tube shooter
WoolCat 3D
Kemobomb
Toboggoban
Dig Deeper - Global Game Jam '21
Fiss the Elf's Puzzling Pin-Ups
Lina Witches Of The Moon
Zelda fishing minigame remake
Pario-8
I felt like doing something easy (for me, specifically, since I've made platformers a lot in several engines). I tried to emphasize the feeling of a full adventure rather than any particularly innovative gameplay features. I also tried to minimize loading times as much as I could. The maps are loaded in from 2 other carts when the game starts up and so most of the map data is in the upper memory storage the entire time. This has the benefit that the code isn't minified, so a lot of it is readable (as much as my code would ever be anyway). The downside is that I had to be really picky about only using mechanics that could be coded simply.
The maps were made using Tiled map editor and using a separate script in standard Lua to convert to hexadecimal. From there, a cart for loading into memory was used for assembly. The map format is an RLE encoded terrain map along with a listing of game objects. This allowed me to put game objects on top of terrain more easily, such as the meta-objects that tell enemies when to turn around. Also it made the map sizes smaller. I think the average is about 700 bytes per map.
The music might be a bit uninspired. I made the world map theme using my normal music workflow and found it used a huge check of the space when converted. I don't mesh well with pico-8's music stuff, so I settled for just whatever I could dish out that didn't sound too terrible. It's mostly in a weird pentatonic scale (C,D,F,G,A) but with 2 tracks flattened to sound spooky (C,C#,E,F#,G#, and D# cause it fit a couple times).
License: -










