WarrenM [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=28504 Warren Timer (Pomodoro ) <p>So I did this little pomodoro timer today for fun. It implements 20 minute work cycles with 5 minutes of rest between. For every work cycle you complete, you get a gold coin. :)</p> <p>The code is horrifyingly rushed and sloppy so take it for what it is ... a project to while away a lazy Sunday.</p> <p>I even wrote a proportionally spaced text routine for the 3 lines of text this thing displays. I'm THAT kind of nerd.</p> <p> <table><tr><td> <a href="/bbs/?pid=52149#p"> <img src="/bbs/thumbs/pico52148.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=52149#p"> Warren Timer (Pomodoro ) 1.0</a><br><br> by <a href="/bbs/?uid=28504"> WarrenM</a> <br><br><br> <a href="/bbs/?pid=52149#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=31205 https://www.lexaloffle.com/bbs/?tid=31205 Sun, 29 Apr 2018 17:05:39 UTC Endless Breakout <p> <table><tr><td> <a href="/bbs/?pid=50482#p"> <img src="/bbs/thumbs/pico50480.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=50482#p"> Untitled</a><br><br> by <a href="/bbs/?uid=28504"> WarrenM</a> <br><br><br> <a href="/bbs/?pid=50482#p"> [Click to Play]</a> </td></tr></table> </p> <p>I really hope I'm doing this correctly.</p> <p>Anyway, this is my first project - done entirely so I could get a handle on PICO, on Lua and the various processes.</p> <p>It's a basic breakout game with endless bricks coming down from the top - it even has a few power up bricks!</p> <p>If the bricks reach the bottom or you lose your ball, it's game over!</p> <p>Here's hoping this works... heh.</p> <p>Now ... I have no idea why it's &quot;Untitled&quot;. I set up the top of my lua file like the code below ... isn't that correct?</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> pico-8 cartridge // http://www.pico-8.com version 16 __lua__ -- endless breakout -- by warren marshall </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=30958 https://www.lexaloffle.com/bbs/?tid=30958 Fri, 16 Mar 2018 15:28:45 UTC Programming music <p>Some retro music for your coding and zoning ...</p> <p><a href="https://www.youtube.com/watch?v=gEpucxAZHUQ">https://www.youtube.com/watch?v=gEpucxAZHUQ</a></p> https://www.lexaloffle.com/bbs/?tid=30945 https://www.lexaloffle.com/bbs/?tid=30945 Wed, 14 Mar 2018 06:59:59 UTC Weird bug in sound effect editor <p>So I'm new ... sorry if this is the wrong place to ask about bugs BUT I have a weird behavior in the sound effect editor.</p> <p>Mainly that if I hit CTRL+Z (out of habit from other apps) it doesn't undo anything AND has the rather unfortunate effect of wiping out every wave I have in my file. They all reset to nothing.</p> <p>So ...is this a PICO-8 bug? Or is my computer doing something weird?</p> https://www.lexaloffle.com/bbs/?tid=30938 https://www.lexaloffle.com/bbs/?tid=30938 Mon, 12 Mar 2018 19:08:25 UTC