scambier [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=10709 Effect: Fog in the woods <p> <table><tr><td> <a href="/bbs/?pid=113498#p"> <img src="/bbs/thumbs/pico8_desuparife-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=113498#p"> desuparife</a><br><br> by <a href="/bbs/?uid=10709"> scambier</a> <br><br><br> <a href="/bbs/?pid=113498#p"> [Click to Play]</a> </td></tr></table> </p> <p>Let's get brutally murdered in the spooky woods ᕕ( ᐛ )ᕗ</p> <p>This is a small project I wrote a few months ago, to make a nice-looking fog. I'll never finish - or even start - a game with this, so maybe it can be useful to someone here. It's quite heavy on the CPU (~30% at 30fps), so there's certainly (edit after re-reading the code: definitely) room for improvement.</p> <p>You can move the little guy with the arrows, and trigger the chasing red-eyed monster with X.</p> <img style="margin-bottom:16px" border=0 src="/media/10709/woods_1.gif" alt="" /> https://www.lexaloffle.com/bbs/?tid=48266 https://www.lexaloffle.com/bbs/?tid=48266 Wed, 22 Jun 2022 18:46:22 UTC Cannot printh(stat(31)) <p>In short, this code works:</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>function _init() poke(0x5f2d,3) end function _update() if stat(30) then -- prints the pressed key local key=stat(31) printh(key) end 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>And this doesn't:</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>function _init() poke(0x5f2d,3) end function _update() if stat(30) then -- prints nothing, not even a blank line printh(stat(31) end end</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> https://www.lexaloffle.com/bbs/?tid=45484 https://www.lexaloffle.com/bbs/?tid=45484 Fri, 26 Nov 2021 19:31:55 UTC Drop - Fall With Style <p> <table><tr><td> <a href="/bbs/?pid=88922#p"> <img src="/bbs/thumbs/pico8_drop-4.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=88922#p"> Drop 1.1.0</a><br><br> by <a href="/bbs/?uid=10709"> scambier</a> <br><br><br> <a href="/bbs/?pid=88922#p"> [Click to Play]</a> </td></tr></table> </p> <p>The simplest platformer you'll ever get: move left/right to fall on blocks, but stay on screen!</p> <p>Earn bonus points by making big falls and breaking blocks</p> <hr /> <p>This game is mostly finished, but lacking sound and music.</p> <p>itch.io page: <a href="https://scambier.itch.io/drop">https://scambier.itch.io/drop</a></p> <hr /> <p>Update 1.1.0</p> <ul> <li>Graphics: new tiles from the excellent MRMOTEXT tileset. The old tiles worked, but they certainly lacked originality.</li> <li>Graphics: &quot;solid&quot; blocks are now brighter with a bit of dirt/grass on top, &quot;broken&quot; blocks are duller and more clearly broken</li> <li>Graphics: removed background filters (might rework that later)</li> <li>Fixed: highscore was not correctly saved</li> <li>Fixed: incorrect labels</li> </ul> https://www.lexaloffle.com/bbs/?tid=41983 https://www.lexaloffle.com/bbs/?tid=41983 Sat, 13 Mar 2021 16:53:23 UTC PICO-3 <p> <table><tr><td> <a href="/bbs/?pid=22275#p"> <img src="/bbs/thumbs/pico22274.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=22275#p"> PICO-3</a><br><br> by <a href="/bbs/?uid=10709"> scambier</a> <br><br><br> <a href="/bbs/?pid=22275#p"> [Click to Play]</a> </td></tr></table> <br /> A small PICO-8 remake of the excellent Threes mobile game.</p> <p>Move the tiles with the arrow keys.<br /> Reset the game with the &quot;c&quot; key.</p> <p>Due to PICO-8 limitations, the scoring system is different than the original game.<br /> Due to the developer limitations, the music is yet to be done.</p> https://www.lexaloffle.com/bbs/?tid=3548 https://www.lexaloffle.com/bbs/?tid=3548 Sat, 04 Jun 2016 15:25:49 UTC