nangi [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=23249 Guess the number <p> <table><tr><td> <a href="/bbs/?pid=40724#p"> <img src="/bbs/thumbs/pico40723.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=40724#p"> Guess the number 1.0</a><br><br> by <a href="/bbs/?uid=23249"> nangi</a> <br><br><br> <a href="/bbs/?pid=40724#p"> [Click to Play]</a> </td></tr></table> </p> <p>A game I made t o learn pico-8</p> https://www.lexaloffle.com/bbs/?tid=29346 https://www.lexaloffle.com/bbs/?tid=29346 Thu, 18 May 2017 11:10:43 UTC reset game from terminal <p>Hey!</p> <p>I want to find a way to run my code from other editors such as vim or atom. I havent found a solution to this yet.</p> <p>I know I can run a cartridge from terminal by typing &quot;pico8 -run mycart.p8&quot; for example. The problem with this is that it boots up the whole console before booting the game.</p> <p>Do anyone know a way to just boot the game in an already running pico-session? That would be awesome. </p> <p>EDIT: I just got the idea. If you run load(&quot;mycart.p8&quot;) in your code the cart gets reloaded and run with the new code. Is it possible to use the gpio to send a command that triggers load(&quot;mycart.p8&quot;) within the code? For a computer that does not have real a gpio-header I guessing you would have to simulate gpio?</p> https://www.lexaloffle.com/bbs/?tid=29266 https://www.lexaloffle.com/bbs/?tid=29266 Thu, 04 May 2017 05:52:29 UTC Lagging sound on chrome <p>Hello!</p> <p>Does anyone else experience laggy sound when hosting your pico8 games as html? This only occurs when using chrome for android. Firefox seems to handle it well. What it might be is that firefox preloads sound and chrome does not. Any ides?</p> <p>cheers!</p> https://www.lexaloffle.com/bbs/?tid=29209 https://www.lexaloffle.com/bbs/?tid=29209 Sun, 23 Apr 2017 08:14:05 UTC