Pario-8
Pario-8
by kimiyoribaka

Plese be patient...

Loading...

(Touhou Unmei no Hoshi)(Touhou Unmei no Hoshi) Spirit SolsticeSpirit Solstice Tiny Platformer (TutorialExample Project)Tiny Platformer (TutorialExample Project) Teenage Mutant Ninja Turtles in Shredder's Prevenge APRIL UPDATETeenage Mutant Ninja Turtles in Shredder's Prevenge APRIL UPDATE Thopter EscapeThopter Escape Celeste Dark WorldCeleste Dark World bigmap editorbigmap editor To take root Among the StarsTo take root Among the Stars Isle Craft DemoIsle Craft Demo PorterPorter BathosBathos PICOZONE 17-games-in-1PICOZONE 17-games-in-1 Cursed FlailCursed Flail Getting Over It with Meep_MoopGetting Over It with Meep_Moop Toxic InvadersToxic Invaders Pico-8 TetrisPico-8 Tetris Passengers (LD33)Passengers (LD33) fallestefalleste The CarpathianThe Carpathian Wild Wild YardWild Wild Yard - BEATWISE TRIGGER -- BEATWISE TRIGGER - OutvainOutvain A Very Warm FireA Very Warm Fire CALIGOCALIGO Pie Game An RPGPie Game An RPG Celeste 1.5Celeste 1.5 Get in Santa's Pants 1.3Get in Santa's Pants 1.3 1000 Meters to Shade1000 Meters to Shade Train JourneyTrain Journey HighSteelHighSteel Meowlionaire 1.4Meowlionaire 1.4 Derailed! - A co-op game about building tracks (Unrailed! demake)Derailed! - A co-op game about building tracks (Unrailed! demake) Momo's MomentumMomo's Momentum The HeavensThe Heavens Lil KingLil King The Violet Signal - A Boss Only SHMUPThe Violet Signal - A Boss Only SHMUP Get Me the Spell Outta Here!!Get Me the Spell Outta Here!! Unchecked-8 (platformer maze)Unchecked-8 (platformer maze) Raccoon BallRaccoon Ball BrawlBrawl Web Pilot - Tempest-inspired tube shooterWeb Pilot - Tempest-inspired tube shooter WoolCat 3DWoolCat 3D KemobombKemobomb ToboggobanToboggoban Dig Deeper - Global Game Jam '21Dig Deeper - Global Game Jam '21 Fiss the Elf's Puzzling Pin-UpsFiss the Elf's Puzzling Pin-Ups Lina Witches Of The MoonLina Witches Of The Moon Zelda fishing minigame remakeZelda fishing minigame remake SKELETHRONE CLASSICSKELETHRONE CLASSIC MoonraceMoonrace Quasar Kid 1.2Quasar Kid 1.2 FaultFault DEFENDER X - v1.1DEFENDER X - v1.1 tiny farm 2.0!!!!!!tiny farm 2.0!!!!!! Picoball - Football Manager DeckbuildingPicoball - Football Manager Deckbuilding Picotune - 64x64 music playerPicotune - 64x64 music player moleculesmolecules Boomby!Boomby! Station-8Station-8 The Zombie Apicolypse - LOWREZJAM 2021The Zombie Apicolypse - LOWREZJAM 2021 Celeste Classic collabCeleste Classic collab The FlightlessThe Flightless Better Off AloneBetter Off Alone POSEIDIOSPOSEIDIOS JetpicJetpic Space Tavern PokerSpace Tavern Poker Slay the DragonSlay the Dragon Dust DasherDust Dasher Isohopes - an 8 bit nuclear reactor simIsohopes - an 8 bit nuclear reactor sim FroggleoidFroggleoid Vortex InvaderVortex Invader Road StormRoad Storm Racerbeam - A demo for the Assembly 2002 Pico-8 CompoRacerbeam - A demo for the Assembly 2002 Pico-8 Compo KosmoDuck Now FinishedKosmoDuck Now Finished Pico TowerPico Tower PAC-MAN 3DPAC-MAN 3D PICO-8 0.1.11 ED BY TIC TAC TOADPICO-8 0.1.11 ED BY TIC TAC TOAD 3D Experiment3D Experiment Realtime 3d shadowsRealtime 3d shadows Got-Ya!- A Pico-8 Gacha Game -- 56 cards new secretsGot-Ya!- A Pico-8 Gacha Game -- 56 cards new secrets String-Based Graphics Rendering SystemString-Based Graphics Rendering System BUSHFIREBUSHFIRE Grids of ThermometersGrids of Thermometers Dice MiceDice Mice This is VacationThis is Vacation Jet Pig AdventureJet Pig Adventure Oracles InnOracles Inn Piffle a puzzle word game 1.7Piffle a puzzle word game 1.7 Feline FrenzyFeline Frenzy Ryan Ward's Lunch-Out!!Ryan Ward's Lunch-Out!! Cat Panic!Cat Panic! WinterberryWinterberry Bepo the MothBepo the Moth Tomato Worm 1.0Tomato Worm 1.0 Monkey BananzaMonkey Bananza Ghost DetectiveGhost Detective
...
...
...

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: None (Free)

Close
Connection Error!

Please check your connection and try again.