EveMeows [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=65650 PicoBrained <p> <table><tr><td> <a href="/bbs/?pid=168368#p"> <img src="/bbs/thumbs/pico8_evemeows_picobrained_1-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=168368#p"> PicoBrained 1.0</a><br><br> by <a href="/bbs/?uid=65650"> EveMeows</a> <br><br><br> <a href="/bbs/?pid=168368#p"> [Click to Play]</a> </td></tr></table> </p> <h1>PicoBrained</h1> <p>A small, configurable brainf*ck code editor, interpreter and visualiser, while only using the default Pico8 scheme.</p> <h1>Picobrained is a...</h1> <h2>Code editor</h2> <img loading="lazy" style="margin-bottom:16px" border=0 src="/media/65650/pico_1.gif" alt="" /> <h2>Code interpreter</h2> <img loading="lazy" style="margin-bottom:16px" border=0 src="/media/65650/pico_2.gif" alt="" /> <h2>Code visualiser</h2> <img loading="lazy" style="margin-bottom:16px" border=0 src="/media/65650/pico_3.gif" alt="" /> <h2>Configurable code editor</h2> <img loading="lazy" style="margin-bottom:16px" border=0 src="/media/65650/pico_4.gif" alt="" /> <p>And yes, the configuration persists, even if you reset the console!</p> <h1>Clipboard</h1> <p>The editor fully supports pasing and copying to your clipboard.<br /> The catch is that the Pico8 needs you to press Ctrl+V while the console is focused to have access to your latest clipboard entry.</p> <p>So, when copying code from an outside source, make sure to press Ctrl+V while the console is focused before pressing &quot;Paste Clip&quot; in the menu.</p> <h1>Controls</h1> <p>Move the cursor with the DPad.</p> <p>While holding the O buttons:<br /> Press Left/Right to switch the BrainF*ck tokens.<br /> Press Down to bring down the menu.</p> <p>Press X to place down a token.</p> <h1>LICENSE</h1> <p>GPL 3.0</p> https://www.lexaloffle.com/bbs/?tid=149466 https://www.lexaloffle.com/bbs/?tid=149466 Tue, 10 Jun 2025 10:44:54 UTC RainMaker 1.0 <h1>Rain Maker</h1> <p> <table><tr><td> <a href="/bbs/?pid=160554#p"> <img src="/bbs/thumbs/pico8_rainmaker-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=160554#p"> Rain Maker 1.0</a><br><br> by <a href="/bbs/?uid=65650"> EveMeows</a> <br><br><br> <a href="/bbs/?pid=160554#p"> [Click to Play]</a> </td></tr></table> </p> <p>Oh, River... you really want to do this, huh? Well.. who am I to stop you... but, keep in mind, Becoming the new <em>rain maker</em> will not be easy.</p> <p>Your name is River, you are a 19 year old trans girl looking to become the new <em>rain maker</em> and save your town's crops from drought and death, and the gem is right there, were the stories all false?</p> <h3>Exposition</h3> <p>This is my first go at a game like this!!! I've never worked on a game that required design and wasn't completely endless! I'm really looking for constructive criticism and code suggestions! I really wish to improve my code and my game design abilities!! The dungeon is completely the same every time as I didn't know the Pico8 could do procedural generation. :(<br /> The game is inspired by The Binding Of Isaac!!</p> <h3>Controls, and other stuff</h3> <p>This is kinda important as I was super limited with what I could do with the controls!\</p> <p>You aim with the mouse, and clicking will make it rain once you've picked up the gem!<br /> You move with the DPad, and pressing the O Button will make River &quot;think&quot; and unable to move, this is where you can can cycle your inventory, pressing DPad Left or DPad Right will move the inventory cursor!<br /> Pressing O while hovering above a Chest/Item will pick up said item.<br /> Pressing X will consume the item the inventory cursor is on.</p> <p>The controls on your keyboard are as follows:<br /> DPad -&gt; Arrow keys<br /> O button -&gt; Z/C keys<br /> X button -&gt; X/V keys</p> <p>The game is completely <a href="https://codeberg.org/itsEve/RainMaker">open source</a> and licensed under MIT!</p> https://www.lexaloffle.com/bbs/?tid=146543 https://www.lexaloffle.com/bbs/?tid=146543 Sun, 12 Jan 2025 18:18:41 UTC Platformer Collision Template <p> <table><tr><td> <a href="/bbs/?pid=160028#p"> <img src="/bbs/thumbs/pico8_sepdseku-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=160028#p"> Platformer Collision Template</a><br><br> by <a href="/bbs/?uid=65650"> EveMeows</a> <br><br><br> <a href="/bbs/?pid=160028#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Collision Template</h1> <p>This cart is a small template for ground collision!<br /> I struggled with learning collisions for about two years in the past. And I do not want for ANYONE to go through that, EVER!<br /> This is the cart I used to learn. I really hope it will help someone, it sure helped me!</p> <p>The comments I left in the code try to explain what's happening as best as I could</p> <h1>Quirks</h1> <p>I used <code>table:function()</code> instead of <code>table.function()</code>.<br /> What this means is that the function is called with a secret argument, <code>self</code>!</p> <p>I also used <code>num \ other_num</code> instead of <code>num / other_num</code>.<br /> That is <code>floored division</code>! If either numbers are decimals, they will be floored down.</p> <h1>Controls</h1> <p>Jump with the O key<br /> Move with the dpad.</p> https://www.lexaloffle.com/bbs/?tid=146372 https://www.lexaloffle.com/bbs/?tid=146372 Tue, 31 Dec 2024 18:38:01 UTC Verdant Vanguard 1.0 <h1>Verdant Vanguard</h1> <p>Oh no! Your forest has been invaded by nasty creatures!<br /> It is your duty to save it.</p> <p>Verdant Vanguard is a turn based, endless little game about protecting what's yours, it is a proof of concept. It is also my first pico8 game in more than two years! I hope I improved since last time hehe :3</p> <p>The game is published under the MIT license and it's cleaned up source is available on my <a href="https://codeberg.org/itsEve/VerdantVanguard">CodeBerg</a></p> <p> <table><tr><td> <a href="/bbs/?pid=160014#p"> <img src="/bbs/thumbs/pico8_verdantvanguard-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=160014#p"> Verdant Vanguard 1.0</a><br><br> by <a href="/bbs/?uid=65650"> EveMeows</a> <br><br><br> <a href="/bbs/?pid=160014#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=146365 https://www.lexaloffle.com/bbs/?tid=146365 Tue, 31 Dec 2024 14:24:40 UTC aquatic ventures 1.0 <p> <table><tr><td> <a href="/bbs/?pid=124683#p"> <img src="/bbs/thumbs/pico8_puhajukizi-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=124683#p"> aquatic ventures 1.0</a><br><br> by <a href="/bbs/?uid=65650"> EveMeows</a> <br><br><br> <a href="/bbs/?pid=124683#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Aquatic ventures!</h1> <p>aquatic ventures is a game where you're a fish, running from other fish!</p> <p>I know, not that much fun, but it was fun making it!</p> <p>Share your survival time with your friends, as it gets saved!</p> <h1>Controls</h1> <ul> <li>arrow keys to move </li> </ul> https://www.lexaloffle.com/bbs/?tid=51304 https://www.lexaloffle.com/bbs/?tid=51304 Sun, 22 Jan 2023 11:38:59 UTC catchit 1.2 <p> <table><tr><td> <a href="/bbs/?pid=124422#p"> <img src="/bbs/thumbs/pico8_ksarejujo-2.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=124422#p"> catchit 1.2</a><br><br> by <a href="/bbs/?uid=65650"> EveMeows</a> <br><br><br> <a href="/bbs/?pid=124422#p"> [Click to Play]</a> </td></tr></table> </p> <p>My first game.</p> <ul> <li>Catchit 1.1 </li> </ul> <p>Added better graphics.<br /> Added high score mechanic.<br /> Fruits fall faster over time.</p> <ul> <li>Catchit 1.2<br /> ALL SCORES RESET.<br /> I have reset all scores due to the change in gameplay, it'd be unfair.</li> </ul> <p>Added boost meter.</p> https://www.lexaloffle.com/bbs/?tid=51219 https://www.lexaloffle.com/bbs/?tid=51219 Mon, 16 Jan 2023 22:35:05 UTC