Noid [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=9565 Multi-ROM games with saves <p>So, this may not work in future versions of Pico-8, but right now, I've noticed that if you do a load() within your game game code, you still have your base ram untouched until you run run(). With that info, you can use objelisks technique (<a href="https://www.lexaloffle.com/bbs/?tid=1860">https://www.lexaloffle.com/bbs/?tid=1860</a>) and use cstore(x,y,z) and some empty space in the spritesheet to transfer info from one cartrige to another. Then use run() to switch to the new cartrige and peek to read back the transfered info. A single sprite equals 32 bytes with is good enough for a metroidvania. </p> <p>As I said, there's no guarantee that load() will work like that in the future and it probably wouldn't work like that on a &quot;real&quot; Pico-8 console, so in a way it could be considered cheating. But right now it works. </p> https://www.lexaloffle.com/bbs/?tid=1876 https://www.lexaloffle.com/bbs/?tid=1876 Sun, 26 Apr 2015 06:17:00 UTC Pico Nave <p> <table><tr><td> <a href="/bbs/?pid=10141#p"> <img src="/bbs/thumbs/pico8_piconave004-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=10141#p"> piconave004</a><br><br> by <a href="/bbs/?uid=9565"> Noid</a> <br><br><br> <a href="/bbs/?pid=10141#p"> [Click to Play]</a> </td></tr></table> </p> <p>A very simple game I made while getting used to Pico-8 commands and api. </p> <p>v 0.0.4 : </p> <ul> <li>Enemy variations</li> </ul> <p>v 0.0.3 :</p> <ul> <li>End screen</li> <li>Better enemies</li> <li>Better background</li> <li>Better effects</li> </ul> <p>v 0.0.2: </p> <ul> <li>Fixed enemies awarding more than one point</li> </ul> https://www.lexaloffle.com/bbs/?tid=1852 https://www.lexaloffle.com/bbs/?tid=1852 Thu, 23 Apr 2015 02:21:03 UTC