kirbofan [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=43057 space thingy <p>hey, i found an old project of mine, i think i should probably remake it. (or just fix it up and such, you decide!)<br /> <table><tr><td> <a href="/bbs/?pid=108728#p"> <img src="/bbs/thumbs/pico8_famifikuro-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=108728#p"> famifikuro</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=108728#p"> [Click to Play]</a> </td></tr></table> </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>controls: when out of menu: o: jump x: use/place held item (or use currently targeted block) &lt;/&gt;: move ^/v: target up/down v: make &lt; and &gt; scroll the hotbar when in chest (the green ones): o: exit (and jump) x: move 1 item &lt;/&gt;: change selection v: select from hotbar (hold) take the chest item: collect the chest when in crafting table (the red ones): o: exit (and jump) x: craft 1 item/one of the recipe &lt;/&gt;: select ^/v: useless for some reason craft the crafting table item: collect the table block descriptions: blue ore: used to make drills &amp; platforms red ore: also used for drills, can be used for crafting table yellow thing: selling area, use most items to sell them for useless money. (if i expanded this game this would probably be a whole shop area rather than a single block) red thing: crafting table blue thing: ship controls, if you have a pink ore in the pink ore holder, it uses it up to take you to a new asteroid. green thing: chest gravel: falls, should not crush you but very buggy stone: virtually useless, you can sell it or build with it i guess. item descriptions: gold &amp; red/blue pointy thing: drill gold &amp; blue upward pointy thing: teleporter, point up and use to travel between asteroid and ship.</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=47000 https://www.lexaloffle.com/bbs/?tid=47000 Wed, 16 Mar 2022 15:01:47 UTC a birthday card for my sister :) <p> <table><tr><td> <a href="/bbs/?pid=108693#p"> <img src="/bbs/thumbs/pico8_p_bday_2022-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=108693#p"> p_bday_2022</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=108693#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=46995 https://www.lexaloffle.com/bbs/?tid=46995 Tue, 15 Mar 2022 21:17:33 UTC 3x3 font <p> <table><tr><td> <a href="/bbs/?pid=84770#p"> <img src="/bbs/thumbs/pico8_px3_font-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=84770#p"> 3x3 font</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=84770#p"> [Click to Play]</a> </td></tr></table> <br /> oh woe is me, my letters are large and my text is readable...<br /> but what if...</p> <p>introducing the</p> <h1>THREE PX FONT!</h1> <p>that's right! you too could have a handy dandy function for drawing<br /> compact text that fits perfectly on the screen, unlike pico-8's 3*5 font,<br /> which is 32 by 12.33333333...</p> <p>gross! get that recurring fraction out of here! all i need is 32 chars<br /> by 32 chars!</p> <p>for the low low cost of however many sprites you are willing to sacrifice,<br /> and however many tokens this thing is, you too can have a pleasant print<br /> the fits (screen wise) anywhere!</p> <p>just take the following stuff (its customisable, so the character set can be<br /> whittled or widened for whatever you're up to.</p> <p>free of charge, there is another function (made by yours truly) that<br /> allows you away to use spr() on any sprite scale, but if you don't need it<br /> it can be probably squished into there? i don't know.</p> <p>anyway, i'm done. its the worlds problem now!</p> <p> <table><tr><td width=0> <img src="https://www.lexaloffle.com/bbs/gfxc/43057_17.png" width=0 height=0> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_43057_17"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/43057_17.txt", function (retdata){ var el = document.getElementById("gfxcode_43057_17"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [0x0]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_43057_17" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> </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>prid={x=0,y=0} local fontd=&quot; 0123456789abcdefghijklmnopqrstuvwxyz()[]{},=-+*/.#_!:'?&quot; getlet={} for i,c in pairs(split(fontd,&quot;&quot;)) do getlet[&quot;c&quot;..c]=i end function pri(st,x,y,c1,c2) st=tostr(st) if(c2)pal(7,c1)pal(6,c2) x=x or prid.x y=y or prid.y local ix=x for ch=1,#st do if sub(st,ch,ch)==&quot; &quot; then x+=4 elseif sub(st,ch,ch)==&quot;𝘯&quot; then x=ix y+=4 else scspr( (getlet[&quot;c&quot;..sub(st,ch,ch)] or 0)-2, x,y,3,3) x+=4 end end prid.x,prid.y=ix,y+4 end --regular sprite function but you --choose how wide each sprite is function scspr(i,x,y,w,h) sspr(i%(128\w)*w,i\(128\h)*h,w,h,x,y) 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=40579 https://www.lexaloffle.com/bbs/?tid=40579 Fri, 27 Nov 2020 22:03:54 UTC Ideas <p>Poke values to change the width of various things, such as:<br /> how wide the map is interpreted as<br /> (poking 32 will make each row be split into 4 rows, below each-other)<br /> sprite width+height<br /> (pretend that PICO-8 has built in ?<em>? sprites)<br /> (so you can have 512 addressable sprites at 4</em>8,<br /> but the map editor can only have the first 256, due to data reasons)</p> <p>like fillp(), these would effect the editor.</p> <p>These would just effect how data is read, not give you more or less (besides leftovers in the sprite memory)</p> <p>Of course, this would be limited, but you could have one continuous line of map tiles, with no Y axis, or a 8 wide pillar, or anything in between.</p> <p>Thanks for your time!</p> https://www.lexaloffle.com/bbs/?tid=40435 https://www.lexaloffle.com/bbs/?tid=40435 Mon, 16 Nov 2020 20:01:06 UTC Infinite storage? <p> <table><tr><td> <a href="/bbs/?pid=82773#p"> <img src="/bbs/thumbs/pico8_spajukuro-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=82773#p"> spajukuro</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=82773#p"> [Click to Play]</a> </td></tr></table> </p> <p>made this little test and while you can only set one<br /> cartdata address you can use run() to do it again with breadcrumbs<br /> and such. this is both a stupid way to store data and the biggest<br /> brain way possible. does anyone think this is a bug?</p> https://www.lexaloffle.com/bbs/?tid=39881 https://www.lexaloffle.com/bbs/?tid=39881 Sat, 10 Oct 2020 13:15:14 UTC help <p>how do i target nonlinear values in a table in loops?</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>values={ v1=1, v2=2, v3=3 }</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>yes i know about</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>pairs(tbl)</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>but i don't know how to use it in this context.</p> <p>any help would be greatly appreciated.</p> <p>thanks!</p> https://www.lexaloffle.com/bbs/?tid=39693 https://www.lexaloffle.com/bbs/?tid=39693 Wed, 23 Sep 2020 15:18:26 UTC Question/suggestion <p>with devkit, storing data in multicarts, and all that, would it make sense for the PICO-8 editor to be rebuilt in PICO-8 itself, as an open source program? if this was done then people could make their own tweaks after copying it, adding whatever useful tweaks they want to the built in thing? its like the ultimate in customisablity, and we'd see all of these cool variants of the tools. plus it would make PICO-8 feel more self contained as people wouldn't resort to external editors. (Want an editor feature? make it yourself! wouldn't that be cool?)<br /> could totally work here.<br /> i personally see the editor as a built in thing as opposed to some external development thing.</p> <p>so, thoughts?</p> https://www.lexaloffle.com/bbs/?tid=39639 https://www.lexaloffle.com/bbs/?tid=39639 Sat, 19 Sep 2020 06:40:20 UTC museum <p> <table><tr><td> <a href="/bbs/?pid=81925#p"> <img src="/bbs/thumbs/pico8_museum-5.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=81925#p"> museum</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=81925#p"> [Click to Play]</a> </td></tr></table> </p> <p>welcome to the museum!<br /> we need people to create:<br /> 16x16 artworks (preferably with descriptions),<br /> characters (one default 8x8 sprite, one shadowed sprite),<br /> sign texts (use | for newline),<br /> and self contained (preferably) one function programs that:<br /> -avoid camera and clip<br /> -use a 64*64 area<br /> -use only arrow keys (or no keys)<br /> -use a return with a 1-2 line display text (|=newline) (include your credits)<br /> -and no (or maybe 1-3) sprites</p> <p>versions:<br /> <div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"><br /> <table><tr><td> <a href="/bbs/?pid=81925#p"> <img src="/bbs/thumbs/pico8_museum-4.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=81925#p"> museum</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=81925#p"> [Click to Play]</a> </td></tr></table> <br /> <table><tr><td> <a href="/bbs/?pid=81925#p"> <img src="/bbs/thumbs/pico8_museum-3.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=81925#p"> museum</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=81925#p"> [Click to Play]</a> </td></tr></table> <br /> <table><tr><td> <a href="/bbs/?pid=81925#p"> <img src="/bbs/thumbs/pico8_museum-2.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=81925#p"> museum</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=81925#p"> [Click to Play]</a> </td></tr></table> <br /> <table><tr><td> <a href="/bbs/?pid=81925#p"> <img src="/bbs/thumbs/pico8_museum-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=81925#p"> museum</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=81925#p"> [Click to Play]</a> </td></tr></table> <br /> <table><tr><td> <a href="/bbs/?pid=81925#p"> <img src="/bbs/thumbs/pico8_museum-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=81925#p"> museum</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=81925#p"> [Click to Play]</a> </td></tr></table> <br /> </div></div></div></p> <p>signs:<br /> 3/32<br /> 10:<a href="https://www.lexaloffle.com/bbs/?uid=43057"> <a href="https://www.lexaloffle.com/bbs/?uid=43057"> <a href="https://www.lexaloffle.com/bbs/?uid=43057"> <a href="https://www.lexaloffle.com/bbs/?uid=43057"> @kirbofan</a></a></a></a></p> <p>pictures:<br /> 13/32<br /> 10:<a href="https://www.lexaloffle.com/bbs/?uid=43057"> <a href="https://www.lexaloffle.com/bbs/?uid=43057"> <a href="https://www.lexaloffle.com/bbs/?uid=43057"> <a href="https://www.lexaloffle.com/bbs/?uid=43057"> @kirbofan</a></a></a></a><br /> 3:<a href="https://www.lexaloffle.com/bbs/?uid=48557"> <a href="https://www.lexaloffle.com/bbs/?uid=48557"> @Munchkin</a></a></p> <p>programs/games:<br /> 6/32<br /> 6:<a href="https://www.lexaloffle.com/bbs/?uid=43057"> <a href="https://www.lexaloffle.com/bbs/?uid=43057"> <a href="https://www.lexaloffle.com/bbs/?uid=43057"> <a href="https://www.lexaloffle.com/bbs/?uid=43057"> @kirbofan</a></a></a></a></p> <p>characters:<br /> 10/???<br /> 7:<a href="https://www.lexaloffle.com/bbs/?uid=43057"> <a href="https://www.lexaloffle.com/bbs/?uid=43057"> <a href="https://www.lexaloffle.com/bbs/?uid=43057"> <a href="https://www.lexaloffle.com/bbs/?uid=43057"> @kirbofan</a></a></a></a><br /> 1:<a href="https://www.lexaloffle.com/bbs/?uid=42184"> @SmellyFishstiks</a><br /> 2:<a href="https://www.lexaloffle.com/bbs/?uid=48557"> <a href="https://www.lexaloffle.com/bbs/?uid=48557"> @Munchkin</a></a></p> <p>moved to carts as colab tag is barren.<br /> ah well</p> https://www.lexaloffle.com/bbs/?tid=39622 https://www.lexaloffle.com/bbs/?tid=39622 Thu, 17 Sep 2020 17:31:48 UTC Z order style queue function! <p>have you ever wanted to do z ordering, but without careful programming practices?</p> <p>well i have the product for you!</p> <p>introducing: the queue() and drawq() functions!</p> <p>usage:</p> <p><code>queue(--[[any function (spr, rect, pal, anything)]],{--[[array of parameters]]},--[[order index]])</code><br /> use this to put things in the queue.</p> <p><code>drawq()</code><br /> no parameters here! it just bubble sorts --[[oh god]] the functions and calls them in that order,<br /> meaning that --[[for example]], spr calls with the y pos passed as an index, will be stacked like real things, and no more characters standing on each others heads!</p> <p><code>q={}</code><br /> run this to clear the queue. this is the var which i used for queues. this is not perfect, but improvements are left as an exercise for the reader. --please post them, as i know i could do better.</p> <p>anyway, the script:</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>function queue(f,p,o) add(q,{f,p,o}) end function drawq() --improvements by @packrat! repeat local swp=true for l=1,#q-1 do if q[l][3]&gt;q[l+1][3] then q[l+1],q[l]=q[l],q[l+1] swp=false end end until swp for d in all(q) do d[1](unpack(d[2])) end end</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>here's a little example!</p> <p> <table><tr><td> <a href="/bbs/?pid=81298#p"> <img src="/bbs/thumbs/pico8_queuedemo-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=81298#p"> queuedemo</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=81298#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=39404 https://www.lexaloffle.com/bbs/?tid=39404 Fri, 28 Aug 2020 16:54:28 UTC straw_ey <p> <table><tr><td> <a href="/bbs/?pid=80921#p"> <img src="/bbs/thumbs/pico8_straw_ey-2.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=80921#p"> straw_ey</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=80921#p"> [Click to Play]</a> </td></tr></table> </p> <h1>it's STRAW-EY!</h1> <ul> <li>the straw you can't ignore!</li> <li>not appreciating him would be quite the short straw!</li> <li>one straw that doesn't suck! -- by <a href="https://www.lexaloffle.com/bbs/?uid=45388"> <a href="https://www.lexaloffle.com/bbs/?uid=45388"> @NaeD</a></a></li> <li>Straw yourself in for this cinematic-experience! -- by <a href="https://www.lexaloffle.com/bbs/?uid=42184"> @SmellyFishstiks</a></li> <li>I think it&rsquo;s ex-STRAW-ordinary!! -- by <a href="https://www.lexaloffle.com/bbs/?uid=45388"> <a href="https://www.lexaloffle.com/bbs/?uid=45388"> @NaeD</a></a></li> <li>This is the last straw. --@chungus_is_gay</li> <li>if I see any pore straw puns, i'm gonna straw-ngle myself. --@chungus_is_gay</li> <li>there are probably other straw puns please help</li> </ul> <p>he doesn't do anything much yet, but he looks cool i guess.<br /> use any code, or the math func lib i made by myself on tab 3.</p> <p>thanks to the creator of this thick line func:<br /> <a href="https://www.lexaloffle.com/bbs/?tid=39016">https://www.lexaloffle.com/bbs/?tid=39016</a></p> <p>feel free to modify (with credit) or suggest changes!</p> <p>have fun!</p> https://www.lexaloffle.com/bbs/?tid=39279 https://www.lexaloffle.com/bbs/?tid=39279 Tue, 18 Aug 2020 14:59:10 UTC perfection2 <p>the full bee movie script.<br /> these two carts link, but not on the BBS.</p> <p>is this still funny?<br /> i swear it is.</p> <p> <table><tr><td> <a href="/bbs/?pid=80267#p"> <img src="/bbs/thumbs/pico8_perfection1-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=80267#p"> perfection1</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=80267#p"> [Click to Play]</a> </td></tr></table> <br /> <table><tr><td> <a href="/bbs/?pid=80267#p"> <img src="/bbs/thumbs/pico8_perfection2-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=80267#p"> perfection2</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=80267#p"> [Click to Play]</a> </td></tr></table> </p> <p>enjoy this stupid, stupid thing.</p> https://www.lexaloffle.com/bbs/?tid=39082 https://www.lexaloffle.com/bbs/?tid=39082 Sun, 02 Aug 2020 18:54:58 UTC 21 squid <h2>21 squid!</h2> <p> <table><tr><td> <a href="/bbs/?pid=80153#p"> <img src="/bbs/thumbs/pico8_squid21-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=80153#p"> squid21</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=80153#p"> [Click to Play]</a> </td></tr></table> <br /> a lovely squid game with 3d, and too many yellows,blues,oranges and greens.</p> https://www.lexaloffle.com/bbs/?tid=39038 https://www.lexaloffle.com/bbs/?tid=39038 Fri, 31 Jul 2020 08:42:14 UTC drewbirthday <p> <table><tr><td> <a href="/bbs/?pid=79794#p"> <img src="/bbs/thumbs/pico8_drewbirthday-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=79794#p"> drewbirthday</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=79794#p"> [Click to Play]</a> </td></tr></table> </p> <h1>happy birthday!</h1> <p>have fun!</p> https://www.lexaloffle.com/bbs/?tid=38941 https://www.lexaloffle.com/bbs/?tid=38941 Thu, 23 Jul 2020 06:03:29 UTC broabday <p> <table><tr><td> <a href="/bbs/?pid=79100#p"> <img src="/bbs/thumbs/pico8_broabday-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=79100#p"> broabday</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=79100#p"> [Click to Play]</a> </td></tr></table> </p> <h1>HAPPY BIRTHDAY</h1> <p>Hi dad!<br /> look at me go with a card, made just in time!<br /> anyhoo...</p> <h3>Controls:</h3> <p>(O)/Z: Speed up<br /> (&lt;) : Jump to previous marker<br /> (&gt;) : Jump to next marker</p> <h2>ENJOY</h2> <h2>ENJOY</h2> <h2>ENJOY</h2> <h2>ENJOY</h2> <h2>ENJOY</h2> https://www.lexaloffle.com/bbs/?tid=38747 https://www.lexaloffle.com/bbs/?tid=38747 Thu, 09 Jul 2020 20:29:32 UTC baba_is_you <p> <table><tr><td> <a href="/bbs/?pid=78426#p"> <img src="/bbs/thumbs/pico8_baba_is_you-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=78426#p"> baba_is_you</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=78426#p"> [Click to Play]</a> </td></tr></table> <br /> a tiny baba clone!</p> https://www.lexaloffle.com/bbs/?tid=38543 https://www.lexaloffle.com/bbs/?tid=38543 Tue, 23 Jun 2020 13:23:46 UTC fathersday <p> <table><tr><td> <a href="/bbs/?pid=78361#p"> <img src="/bbs/thumbs/pico8_fathersday-2.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=78361#p"> fathersday</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=78361#p"> [Click to Play]</a> </td></tr></table> </p> <h1>HAPPY FATHERS DAY!</h1> <p>i made a playable birthday card,<br /> i hope you like it dad!</p> https://www.lexaloffle.com/bbs/?tid=38508 https://www.lexaloffle.com/bbs/?tid=38508 Sun, 21 Jun 2020 06:57:54 UTC kirbologo <p> <table><tr><td> <a href="/bbs/?pid=78217#p"> <img src="/bbs/thumbs/pico8_kirbologo-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=78217#p"> kirbologo</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=78217#p"> [Click to Play]</a> </td></tr></table> <br /> wow, a logo?<br /> its now going to probably be included in things i make, like geepo!</p> https://www.lexaloffle.com/bbs/?tid=38468 https://www.lexaloffle.com/bbs/?tid=38468 Thu, 18 Jun 2020 10:42:58 UTC islandmaker <p> <table><tr><td> <a href="/bbs/?pid=78070#p"> <img src="/bbs/thumbs/pico8_islandmaker-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=78070#p"> islandmaker</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=78070#p"> [Click to Play]</a> </td></tr></table> <br /> make an island by driving, then i guess just drive on it?<br /> it looks cool, and i think that's the most important point here.<br /> have fun, and feel free to look at it, or steal it,<br /> but tell everyone that you did.</p> https://www.lexaloffle.com/bbs/?tid=38409 https://www.lexaloffle.com/bbs/?tid=38409 Sun, 14 Jun 2020 14:19:32 UTC spirographmaker <p> <table><tr><td> <a href="/bbs/?pid=77811#p"> <img src="/bbs/thumbs/pico8_spirographmaker-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=77811#p"> spirographmaker</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=77811#p"> [Click to Play]</a> </td></tr></table> <br /> Ever wanted to make a spirograph style thing?<br /> I guess this works. 8 settings in a <em>fancy</em> menu!<br /> The options:<br /> <div><div><input type="button" value=" Show " onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = ' Hide '; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = ' Show '; }"></div><div><div style="display: none;"><br /> <table><tr><td width=0> <img src="https://www.lexaloffle.com/bbs/gfxc/43057_5.png" width=0 height=0> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_43057_5"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/43057_5.txt", function (retdata){ var el = document.getElementById("gfxcode_43057_5"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [0x0]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_43057_5" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Thickness:<br /> Controls how thick the line is, from 0-10, with 0 being a single pixel dot.<br /> <table><tr><td width=0> <img src="https://www.lexaloffle.com/bbs/gfxc/43057_6.png" width=0 height=0> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_43057_6"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/43057_6.txt", function (retdata){ var el = document.getElementById("gfxcode_43057_6"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [0x0]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_43057_6" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Scale:<br /> Controls how large the finished spirograph is, from 1-64.<br /> <table><tr><td width=0> <img src="https://www.lexaloffle.com/bbs/gfxc/43057_7.png" width=0 height=0> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_43057_7"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/43057_7.txt", function (retdata){ var el = document.getElementById("gfxcode_43057_7"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [0x0]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_43057_7" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Trail:<br /> Controls the number of frames back that the trail extends (not effected by speed), ranging from 0-128.<br /> <table><tr><td width=0> <img src="https://www.lexaloffle.com/bbs/gfxc/43057_8.png" width=0 height=0> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_43057_8"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/43057_8.txt", function (retdata){ var el = document.getElementById("gfxcode_43057_8"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [0x0]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_43057_8" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Spread:<br /> Controls how many points are drawn in the line, and ranges from 1-40.<br /> <table><tr><td width=0> <img src="https://www.lexaloffle.com/bbs/gfxc/43057_9.png" width=0 height=0> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_43057_9"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/43057_9.txt", function (retdata){ var el = document.getElementById("gfxcode_43057_9"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [0x0]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_43057_9" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Wiggle:<br /> Controls how much the image is shifted by from 0-8.<br /> <table><tr><td width=0> <img src="https://www.lexaloffle.com/bbs/gfxc/43057_10.png" width=0 height=0> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_43057_10"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/43057_10.txt", function (retdata){ var el = document.getElementById("gfxcode_43057_10"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [0x0]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_43057_10" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Speed:<br /> Makes everything faster, but otherwise doesnt do anything, Multiplying frames per second by -32 to 32.<br /> <table><tr><td width=0> <img src="https://www.lexaloffle.com/bbs/gfxc/43057_11.png" width=0 height=0> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_43057_11"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/43057_11.txt", function (retdata){ var el = document.getElementById("gfxcode_43057_11"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [0x0]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_43057_11" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Lines:<br /> Increases amount of lines in range 1-16.<br /> <table><tr><td width=0> <img src="https://www.lexaloffle.com/bbs/gfxc/43057_12.png" width=0 height=0> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_43057_12"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/43057_12.txt", function (retdata){ var el = document.getElementById("gfxcode_43057_12"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [0x0]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_43057_12" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Pallete:<br /> Changes colour of the lines to any one of 13 palletes.<br /> </div></div></div></p> https://www.lexaloffle.com/bbs/?tid=38337 https://www.lexaloffle.com/bbs/?tid=38337 Mon, 08 Jun 2020 19:22:56 UTC jaksbday <p> <table><tr><td> <a href="/bbs/?pid=77739#p"> <img src="/bbs/thumbs/pico8_jaksbday-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=77739#p"> jaksbday</a><br><br> by <a href="/bbs/?uid=43057"> kirbofan</a> <br><br><br> <a href="/bbs/?pid=77739#p"> [Click to Play]</a> </td></tr></table> </p> <h1>happy birthday jaks!</h1> <p>from chip</p> https://www.lexaloffle.com/bbs/?tid=38313 https://www.lexaloffle.com/bbs/?tid=38313 Sat, 06 Jun 2020 16:16:55 UTC