justgage [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=16940 Help getting Pico-8 proper to work on Miyoo Mini (Onion OS) <p><a href="https://github.com/OnionUI/Onion">https://github.com/OnionUI/Onion</a></p> <p>Onion OS for the Miyoo Mini Plus seems to be based on Linux so I decided to try to get Pico-8 proper to run on it since FAKE-8 tends to break on a lot of games, plus I miss SPLORE, which seems possible to use given it's WIFI chip. But sadly I'm running into errors.</p> <p>No matter which version I try to run I get this weird error, IDK if this means it's trying to execute it in the wrong way but it's weird</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>/mnt/SDCARD/pico-8 2 # ./pico8 ./pico8_32bit: line 1: syntax error: unexpected word (expecting &quot;)&quot;)</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>Any idea what could be the problem?</p> https://www.lexaloffle.com/bbs/?tid=53599 https://www.lexaloffle.com/bbs/?tid=53599 Tue, 01 Aug 2023 12:54:56 UTC Towerfall like physics engine <p>This is part of the code I wrote to make a &quot;foolproof&quot; physics engine (meaning there's no way for an object to pass through a block by going too fast). It uses mget to check if a tile is there or not which should be pretty fast although maybe not the fastest. This is based on the blog post by Towerfall creator Matt. Although there's missing features like moving solids and stuff it's inspired by it. </p> <p>If you haven't read the blog post about this you should, it's quite insightful! </p> <p><a href="http://mattmakesgames.tumblr.com/post/127890619821/towerfall-physics"><a href="http://mattmakesgames.tumblr.com/post/127890619821/towerfall-physics">http://mattmakesgames.tumblr.com/post/127890619821/towerfall-physics</a></a></p> <p> <table><tr><td> <a href="/bbs/?pid=32832#p"> <img src="/bbs/thumbs/pico32831.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=32832#p"> TowerfallLikePhysics</a><br><br> by <a href="/bbs/?uid=16940"> justgage</a> <br><br><br> <a href="/bbs/?pid=32832#p"> [Click to Play]</a> </td></tr></table> </p> <p>Controls:</p> <p>arrows, o to jump normally, x to fly really fast upwards to show that you won't pass through things<br /> at extreme speeds. </p> <p>Feel free to use this code. </p> https://www.lexaloffle.com/bbs/?tid=28127 https://www.lexaloffle.com/bbs/?tid=28127 Wed, 30 Nov 2016 01:34:40 UTC