Sludge [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=14498 Frogtoss Capture the Flag <p> <table><tr><td> <a href="/bbs/?pid=60602#p"> <img src="/bbs/thumbs/pico8_ftg_ctf-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=60602#p"> Frogtoss Capture The Flag</a><br><br> by <a href="/bbs/?uid=14498"> Sludge</a> <br><br><br> <a href="/bbs/?pid=60602#p"> [Click to Play]</a> </td></tr></table> </p> <p>Capture the Flag -- A Pico-8 2D demake of Quake's Threewave Capture the Flag, for one player.</p> <p>Features:</p> <ul> <li>Blue flag is hard to capture -- you're going to have to try a few times</li> <li>Grappling hook (which you always have, of course)</li> <li>Hand-built pico-8 physics engine with forces and mass ratios</li> <li>A terrifying escape from the blue base</li> </ul> <p>You have to capture the flag twice to win! Tweet your time with #picoctf or share them here.</p> <p>Given the precision nature of the game, a gamepad is recommended! You can freely download a gamepad-compatible version of the game for Windows, Linux and Macos at <a href="https://frogtoss.itch.io/capture-the-flag">https://frogtoss.itch.io/capture-the-flag</a>.</p> https://www.lexaloffle.com/bbs/?tid=32798 https://www.lexaloffle.com/bbs/?tid=32798 Sat, 05 Jan 2019 20:07:51 UTC How much time do I have in _update()? <p>How much time do I have in _update()? Does the PICO-8 throttle the CPU at all, or do I have the native CPU's full processing power to execute LUA script on a single core?</p> <p>This is an interesting question because my approach to solving problems changes entirely; given that it's a memory constrained environment with possibly a lot of CPU, I would avoid caching solutions to computable problems.</p> <p>Can someone explain if the PICO-8 has any CPU limitations?</p> <p>I am not asking how fast _update() ticks. I am investigating how many instructions I can fit in 30hz.</p> https://www.lexaloffle.com/bbs/?tid=3891 https://www.lexaloffle.com/bbs/?tid=3891 Thu, 21 Jul 2016 13:43:27 UTC