reapersanta [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=30300 Bugged (my new game) <p> <table><tr><td> <a href="/bbs/?pid=152593#p"> <img src="/bbs/thumbs/pico8_wizoyewewo-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=152593#p"> Bugged</a><br><br> by <a href="/bbs/?uid=30300"> reapersanta</a> <br><br><br> <a href="/bbs/?pid=152593#p"> [Click to Play]</a> </td></tr></table> </p> <p>&quot;Bugged&quot; combines the rush of arcade action and some roguelike mechanics with the thrill of navigating through swarms of insects. Prepare for a game where quick reflexes and an eagerness for chaos are your best tools for survival in a world where being Bugged is just the beginning.</p> <h3>Controls</h3> <p>move arrowkeys<br /> normal fire x or v<br /> focus fire z or c</p> <h3>Features</h3> <ul> <li>Shoot-em-up rogue-like with permanent death.</li> <li>Run focused gameplay, playable in short bursts. Easy bullet patterns.</li> <li>Find flowers, boss relics and offers from the frog forest. synergize!</li> <li>Unlock skins!</li> <li>Shoot your way through procedural waves of enemies and learn their attack patterns created by me.</li> </ul> https://www.lexaloffle.com/bbs/?tid=143636 https://www.lexaloffle.com/bbs/?tid=143636 Tue, 13 Aug 2024 17:17:24 UTC negative zero <p>Hi Guys, i found a <em>bug</em>? not sure if this -0 (negative zero) is a feature or somewhat useful on other scenarios, kindly try out this code</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>x = 1 t = -100 function _update() cls(13) t*=0.5 color(7) print(&quot;x+t:&quot;..x+t) print(&quot;x:&quot;..x) print(&quot;t:&quot;..t) circfill(60,10,5,x+t) circfill(60,30,5,x) end</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>im using <strong>t</strong> to animate colors or sprites but i noticed that when <strong>t</strong> is approaching to 0 from a negative value, it stays negative even tho its 0, and i thought, &quot;of course it does not matter because it's still zero&quot; but it does matter because somehow it's 1 off to 0, at least that's what i think happens base on the colors</p> <p>im doing a workaround where i check if it's less than 0 and set it to 0. but it costs tokens :&lt;&lt;&lt; i hope this gets resolved. thanks</p> https://www.lexaloffle.com/bbs/?tid=140493 https://www.lexaloffle.com/bbs/?tid=140493 Sun, 03 Mar 2024 19:01:07 UTC