keiya [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=12620 Rocket (Pairs casino game) <p> <table><tr><td> <a href="/bbs/?pid=49005#p"> <img src="/bbs/thumbs/pico49008.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=49005#p"> Rocket (Pairs Casino) 0.2</a><br><br> by <a href="/bbs/?uid=12620"> keiya</a> <br><br><br> <a href="/bbs/?pid=49005#p"> [Click to Play]</a> </td></tr></table> </p> <p> <table><tr><td> <a href="/bbs/?pid=49005#p"> <img src="/bbs/thumbs/pico49004.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=49005#p"> Rocket (Pairs Casino) 0.1</a><br><br> by <a href="/bbs/?uid=12620"> keiya</a> <br><br><br> <a href="/bbs/?pid=49005#p"> [Click to Play]</a> </td></tr></table> </p> <p>An implementation of Rocket, from the Pairs Companion. <a href="http://cheapass.com/free-games/pairs/">The full rules are in the Pairs Companion, which you can download from Cheapass Games</a>, but short version: there's 1 1, 2 2s, 3 3s, and so on through 10 10s in the deck. Don't get a pair.</p> <p>The implementation actually works - up and down to change your bet, (X) to confirm, then (X) to hit or (O) to fold. There's some feedback now on what happened, but it's still pretty bare. I need to include actual in-game control notes, of course. And to make the art less hilariously awful. And maybe a nice card draw sound, hm.</p> https://www.lexaloffle.com/bbs/?tid=30732 https://www.lexaloffle.com/bbs/?tid=30732 Mon, 05 Feb 2018 09:15:38 UTC unnamed pool game <p> <table><tr><td> <a href="/bbs/?pid=21115#p"> <img src="/bbs/thumbs/pico21298.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=21115#p"> unnamed pool game 0.01</a><br><br> by <a href="/bbs/?uid=12620"> keiya</a> <br><br><br> <a href="/bbs/?pid=21115#p"> [Click to Play]</a> </td></tr></table> </p> <p>New! Map! And mostly working collisions, but only with the horizontal and vertical lines... and sometimes you go right through... but hey, some progress. The AC is still broken here, that's my excuse. It's hard to work on games when you're melting. </p> <p> <table><tr><td> <a href="/bbs/?pid=21115#p"> <img src="/bbs/thumbs/pico21113.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=21115#p"> unnamed pool game 0.0</a><br><br> by <a href="/bbs/?uid=12620"> keiya</a> <br><br><br> <a href="/bbs/?pid=21115#p"> [Click to Play]</a> </td></tr></table> </p> <p>It's not titled yet, and certainly doesn't meet the theme yet, but I figured I'd post what progress I've got. My plan is to do something mixing pool and minigolf... apparently something similar existed on the NES under the name of Lunar Pool, but I didn't learn that until after I got started. At the moment, all I have is a cueball you can smack around a bit, though. </p> <p>Also, since a couple of my short utility functions were first written before the jam, I should probably share those, along with a couple of library-type things I've written since Feel free to use these in however you like... CC0 for a license. Credit, while appreciated, is not required.</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> button = { left = 0, right = 1, up = 2, down = 3, o = 4, x = 5} do local realcolor = color color = { black = 0, darkblue = 1, purple = 2, darkgreen = 3, brown = 4, darkgrey = 5, grey = 6, white = 7, red = 8, orange = 9, yellow = 10, green = 11, lightblue = 12, lilac = 13, pink = 14, peach = 15 } setmetatable(color, {__call = function (t,n) realcolor(n) end}) end function round(n) if (n &gt;= 0 and n%1 &gt;= 0.5) n+=1 if (n &lt; 0 and n%1 &lt; 0.5) n+=1 return flr(n) end function pop(list) ret=list[#list] list[#list]=nil return ret 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=3423 https://www.lexaloffle.com/bbs/?tid=3423 Sun, 22 May 2016 20:31:45 UTC Delete a cartridge? <p>I accidentally uploaded an empty spritesheet instead of the cartridge for a quick test thing, as 20297. Is there a way to delete it so it doesn't gum up splore and stuff?</p> https://www.lexaloffle.com/bbs/?tid=3305 https://www.lexaloffle.com/bbs/?tid=3305 Sun, 08 May 2016 04:16:47 UTC Pico-8 highlighter for Atom <p><a href="https://atom.io/packages/language-pico8">https://atom.io/packages/language-pico8</a></p> <p>I based this extremely heavily on someone's Lua highlighter, but there's a few nifty features. It'll only highlight lua code in the <strong>lua</strong> section, and it displays stuff in the <strong>gfx</strong> section as pictures.</p> https://www.lexaloffle.com/bbs/?tid=3275 https://www.lexaloffle.com/bbs/?tid=3275 Tue, 03 May 2016 13:31:21 UTC