Steven()#6 [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=78171 Font Creator <p> <table><tr><td> <a href="/bbs/?pid=166905#p"> <img src="/bbs/thumbs/pico8_font_creator-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=166905#p"> font_creator</a><br><br> by <a href="/bbs/?uid=78171"> Steven()#6</a> <br><br><br> <a href="/bbs/?pid=166905#p"> [Click to Play]</a> </td></tr></table> </p> <h1>Export &amp; Use</h1> <p>1) Use 🅾️/❎ to copy a binary string of your font.</p> <p>2) Copy the following code into your cart and fill out the necessary parameters.</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>local font_dat=&quot;&quot; -- place binary string here -- extra parameters: local width=8 local big_width=8 local height=8 -- optional: local offset_x=0 local offset_y=0 local flags=0 local tab_width=8 -- function ords(str) o={} for c in all(split(str,&quot;&quot;)) do add(o,ord(c)) end return o end -- convert into font poke(0x5600,unpack(ords(font_dat))) poke(0x5600,unpack({width,big_width,height,offset_x,offset_y,flags,tab_width})) </pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <h1>Dev Journal</h1> <p>This one has been sitting in my pocket for a while... I just needed to add an export feature!<br /> That said, I wanted to push it out there to see if people get any use out of it. I don't know how people make their fonts w/o a visual editor, or if something like this already exists?<br /> Anyways, I hope it makes your workflow easier.</p> <p>A few notes:</p> <ul> <li>There is no import/save (you'll have to keep it open if you want to come back).</li> <li>drawing in the top row might affect character width/y offset? (I didn't know this was a feature!)</li> <li>Not all of the bugs are fixed yet!</li> </ul> https://www.lexaloffle.com/bbs/?tid=148951 https://www.lexaloffle.com/bbs/?tid=148951 Mon, 12 May 2025 22:19:52 UTC 10 Years of PICO-8 <p> <table><tr><td> <a href="/bbs/?pid=165769#p"> <img src="/bbs/thumbs/pico8_a10yr_p8-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=165769#p"> a10yr_p8</a><br><br> by <a href="/bbs/?uid=78171"> Steven()#6</a> <br><br><br> <a href="/bbs/?pid=165769#p"> [Click to Play]</a> </td></tr></table> </p> <h2>It's been 10 years since PICO-8's release...</h2> <p>Let's celebrate! here's a small cart with some PICO-8 history and trivia.</p> <p>I've been so glad to have found PICO-8 a year ago, and couldn't wait to add to the PICO-8 lore in my own way. That said, I am very happy to have been able to research and share this history with you! Feel free to share what you love about PICO-8 below, etc. Thanks for making the PICO-8 community great!</p> <p>(The music is <a href="https://www.lexaloffle.com/bbs/?tid=52127">Space Lizards</a> by <a href="https://www.lexaloffle.com/bbs/?uid=11292"> @Gruber</a>.)</p> https://www.lexaloffle.com/bbs/?tid=148488 https://www.lexaloffle.com/bbs/?tid=148488 Fri, 18 Apr 2025 04:27:59 UTC 4 Short Games about Food <p> <table><tr><td> <a href="/bbs/?pid=164654#p"> <img src="/bbs/thumbs/pico8_c1pt1-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=164654#p"> 4 Short Games about Food</a><br><br> by <a href="/bbs/?uid=78171"> Steven()#6</a> <br><br><br> <a href="/bbs/?pid=164654#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=148108 https://www.lexaloffle.com/bbs/?tid=148108 Sat, 29 Mar 2025 18:27:48 UTC Pico-8 How to: Pixel Art <p>I've seen many people on the BBS/Discord struggling to grapple with intermediate pixel art concepts, so I wanted to write a post commemorating Pixel Art etiquette so that you, even you, reader, can create your own pixel art.</p> <h1>What is Pixel Art?</h1> <img loading="lazy" style="margin-bottom:16px" border=0 src="/media/78171/asset-1.png" alt="" /> <p>Pixel art is <strong>any drawing</strong> made from a set palette of colors where the colors act as though limited by a grid. Pixel art is art <strong>made from squares</strong>. It was widely used in early <strong>video game and computer graphics</strong>, and has grown a large following for its <strong>pleasing aesthetic</strong>.</p> <h3>Why Should I Learn Pixel Art?</h3> <p>There is <strong>no formal reason</strong> to learn pixel art. It is not often enough to stake a career on. In many circles, pixel art is <strong>considered dated, if not obsolete</strong>. The only reason to learn pixel art is for <strong>the fun of learning pixel art within itself</strong>, though it does have applications within stylized/indie game development and graphic design for retro machines. If you master pixel art, you <em>may</em> also find an improved skill in art and graphic design.</p> <h1>Intro. to Pixel Art</h1> <p>Experience is the best teacher, so how about a little test? <strong>Draw a duck using any set of colors</strong>. Try drawing the duck at <strong>8x8, 6x6, 4x4, and 2x2</strong>. Afterwards, ask a friend if they understand what you were trying to draw. Show them the smallest first, and work your way up to the largest.</p> <img loading="lazy" style="margin-bottom:16px" border=0 src="/media/78171/45_duck-1.png" alt="" /> <p>It's pretty tricky, isn't it? Though <strong>as you go smaller</strong>, you may have felt an <strong>inverse reaction to your limitations</strong>. At 2x2, there is no way to draw a duck, so it's ridiculous to spend much time thinking about how to fit one on the page.</p> <p>Here's another test. Try drawing a man at 4x4. Take <strong>two full minutes</strong> to come up with an adequate solution. Now, draw a man at 8x8.</p> <img loading="lazy" style="margin-bottom:16px" border=0 src="/media/78171/man-1.png" alt="" /> <p>The duck was difficult to draw at 8x8, but the man was much easier. Why is that? Could it be that the micro pixel art man taught you something about larger pixel art?</p> <h1>Conclusion</h1> <p>If I gain more time, I may write a part two. Pixel art is numerously fun on many occasions. If you put your mind to it, there's nothing you can't draw on that microscopic grid.</p> https://www.lexaloffle.com/bbs/?tid=144397 https://www.lexaloffle.com/bbs/?tid=144397 Wed, 25 Sep 2024 13:52:43 UTC Ball Game <p> <table><tr><td> <a href="/bbs/?pid=154670#p"> <img src="/bbs/thumbs/pico8_ball_game-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=154670#p"> ball_game</a><br><br> by <a href="/bbs/?uid=78171"> Steven()#6</a> <br><br><br> <a href="/bbs/?pid=154670#p"> [Click to Play]</a> </td></tr></table> </p> <p>In the heavens, <strong>Asi</strong> and <strong>The Ball</strong> battle for dominance. The Ball cannot be beaten, but Asi's will is indominable.</p> <p><strong>[MOUSE]- AIM</strong></p> <p><strong>[LEFT CLICK]- SHOOT</strong></p> https://www.lexaloffle.com/bbs/?tid=144373 https://www.lexaloffle.com/bbs/?tid=144373 Mon, 23 Sep 2024 21:13:26 UTC Color Studies 0 <p>I want to write a post on a PICO-8 color study I did about a year ago. I think it has potential to help PICO-8 artists new and seasoned. I'm not an art student or a journal writer, I just want to write a post about my discovery, but I'm poor at writing walkthroughs.</p> <p> <table><tr><td width=128> <img src="https://www.lexaloffle.com/bbs/gfxc/78171_7.png" width=128 height=64> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_78171_7"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/78171_7.txt", function (retdata){ var el = document.getElementById("gfxcode_78171_7"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [32x16]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_78171_7" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> </p> <p>If anyone has tips, I'd be thrilled to hear them out.</p> <p> <table><tr><td width=512> <img src="https://www.lexaloffle.com/bbs/gfxc/78171_6.png" width=512 height=128> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_78171_6"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/78171_6.txt", function (retdata){ var el = document.getElementById("gfxcode_78171_6"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [128x32]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_78171_6" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:4pt;"></textarea> </td> </tr> </table> </p> https://www.lexaloffle.com/bbs/?tid=143888 https://www.lexaloffle.com/bbs/?tid=143888 Tue, 27 Aug 2024 00:03:57 UTC METRO <p> <table><tr><td> <a href="/bbs/?pid=153119#p"> <img src="/bbs/thumbs/pico8_metro-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=153119#p"> METRO</a><br><br> by <a href="/bbs/?uid=78171"> Steven()#6</a> <br><br><br> <a href="/bbs/?pid=153119#p"> [Click to Play]</a> </td></tr></table> </p> <p>The great wizard is taking over Netpacron. The only hope of stopping him is to scale his tower. Luckily, you were <strong>built to scale</strong> nasty towers.</p> <p><strong>[X]- SPRINT</strong></p> <p><strong>[Z]- JUMP</strong></p> https://www.lexaloffle.com/bbs/?tid=143815 https://www.lexaloffle.com/bbs/?tid=143815 Fri, 23 Aug 2024 00:01:32 UTC College <p> <table><tr><td> <a href="/bbs/?pid=149393#p"> <img src="/bbs/thumbs/pico8_college-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=149393#p"> College</a><br><br> by <a href="/bbs/?uid=78171"> Steven()#6</a> <br><br><br> <a href="/bbs/?pid=149393#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=142570 https://www.lexaloffle.com/bbs/?tid=142570 Mon, 03 Jun 2024 18:43:56 UTC Captain Mario <p> <table><tr><td> <a href="/bbs/?pid=144220#p"> <img src="/bbs/thumbs/pico8_cmtn-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=144220#p"> Captain Mario</a><br><br> by <a href="/bbs/?uid=78171"> Steven()#6</a> <br><br><br> <a href="/bbs/?pid=144220#p"> [Click to Play]</a> </td></tr></table> </p> <p>This is a retexturing of <a href="https://www.lexaloffle.com/bbs/?tid=46707">Captain Neat-O in the Time Nexus</a> by <a href="https://www.lexaloffle.com/bbs/?uid=29414"> @paranoidcactus</a>, done by my little brother. He wanted to show it off. Get to the final boss to see who it is! :)</p> https://www.lexaloffle.com/bbs/?tid=141023 https://www.lexaloffle.com/bbs/?tid=141023 Sat, 23 Mar 2024 13:18:17 UTC Lego Builder <img loading="lazy" style="margin-bottom:16px" border=0 src="/media/78171/26_Lego.png" alt="" /> <img loading="lazy" style="margin-bottom:16px" border=0 src="/media/78171/Lego-Bricks.png" alt="" /> <p>Been inspired by old Lego products and PC games. I drew up some standard Lego pieces in the Pico-8 and was pleased with how they turned out. Should I make a Pico-Lego Builder out of this? I know it's been done, but I'd like to try my hand at it.</p> https://www.lexaloffle.com/bbs/?tid=55004 https://www.lexaloffle.com/bbs/?tid=55004 Mon, 13 Nov 2023 00:00:48 UTC Custom Colored Fonts <p> <table><tr><td> <a href="/bbs/?pid=136791#p"> <img src="/bbs/thumbs/pico8_ascii_demo_1-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=136791#p"> ascii_demo_1</a><br><br> by <a href="/bbs/?uid=78171"> Steven()#6</a> <br><br><br> <a href="/bbs/?pid=136791#p"> [Click to Play]</a> </td></tr></table> </p> <p>Not sure if anyone's done this before, but I created code to use the tile-sheet as a font. This allows you to use multi-colored fonts inside your cart.</p> <p>This works for all ASCII characters (except for tab and new-line).</p> <p>x or o - CPU usage</p> https://www.lexaloffle.com/bbs/?tid=54874 https://www.lexaloffle.com/bbs/?tid=54874 Thu, 02 Nov 2023 11:06:13 UTC Cat Vox! <img loading="lazy" style="margin-bottom:16px" border=0 src="/media/78171/Dungeon-Cat.png" alt="" /> <p>Just wanted to share what I spent the weekend on.</p> <h1>Dungeon Cat!</h1> <p>He moves, but doesn't collide with anything...</p> <img loading="lazy" style="margin-bottom:16px" border=0 src="/media/78171/Forest-Cat.png" alt="" /> <p>Been thinking how to use 3D in a game, and decided to mockup a level.</p> <p>I've been wanting to do more, so we'll see whether this turns into anything...</p> https://www.lexaloffle.com/bbs/?tid=53888 https://www.lexaloffle.com/bbs/?tid=53888 Tue, 29 Aug 2023 00:56:24 UTC HTML / Windows / Mac / Linux Export <p><a href="https://www.lexaloffle.com/bbs/?uid=1"> @zep</a></p> <p>I'm sure this is more complicated than I would understand, so I apologize for asking.</p> <p>Is there any chance of getting a patch for non .vx exports? I'm new to Voxatron, but I was poking around at the idea of making a game, and realized there's no way to share with non-Voxatron users. You can share cartridges on the BBS, but this isn't without strain on certain operating systems. What I really need is some way of sharing it with people of all operating systems, all computer types.</p> <p>If you could do this, that would really be nice, but I know you have other things to do.</p> <p>Thanks for reading.<br /> With care,<br /> Steven</p> https://www.lexaloffle.com/bbs/?tid=53902 https://www.lexaloffle.com/bbs/?tid=53902 Mon, 28 Aug 2023 20:20:09 UTC Drayman Goes to the Ophthalmologist <p> <table><tr><td> <a href="/bbs/?pid=132785#p"> <img src="/bbs/thumbs/pico8_draythalmologist-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=132785#p"> Drayman Goes to the Ophthalmologist</a><br><br> by <a href="/bbs/?uid=78171"> Steven()#6</a> <br><br><br> <a href="/bbs/?pid=132785#p"> [Click to Play]</a> </td></tr></table> </p> <p><strong>Day 3 of 27</strong> creating a game each day! This is another game for the <em>A Single Bird's Tabernacle</em> Kickstarter promotion.</p> <p><strong>Drayman's mom is making him go to the Ophthalmologist</strong>, but his eyesight is really bad! If Drayman loses his <em>cool shades</em>, he will go from cool to drool!</p> <p>Do your best to prevent Drayman from sub coming to his biological weaknesses, or figure out a way to cheat the test to prevent Drayman from living a life of shame! Ace the test quickly, so that Drayman isn't stuck his whole life as a nerd-kid. :)</p> https://www.lexaloffle.com/bbs/?tid=53660 https://www.lexaloffle.com/bbs/?tid=53660 Sun, 06 Aug 2023 13:17:58 UTC Courtyard: the Changing Game <p> <table><tr><td> <a href="/bbs/?pid=132759#p"> <img src="/bbs/thumbs/pico8_courtyard_2-12.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=132759#p"> Courtyard: The Changing Game</a><br><br> by <a href="/bbs/?uid=78171"> Steven()#6</a> <br><br><br> <a href="/bbs/?pid=132759#p"> [Click to Play]</a> </td></tr></table> </p> <p>Stand in the <strong>Courtyard</strong> and wait for something to happen! A game that changes each day. Another promotional video game for the <em>A Single Bird's Tabernacle</em> <a href="https://www.kickstarter.com/projects/stevenunderwood555/a-single-birds-tabernacle">Kickstarter</a>. Thanks for playing!</p> <h3>Day 15 Update:</h3> <p>Due to a matter of personal circumstance, &quot;Courtyard&quot; is being suspended from future updates.</p> <p>I've really enjoyed getting to know all of you in the BBS, and look forward to more conversations and games with you guys. If you are still interested in doing so, be sure to support the <a href="https://www.kickstarter.com/projects/stevenunderwood555/a-single-birds-tabernacle">Kickstarter</a> (though it's looking like it might turn over).</p> <p>I really wanted to wrap up some awesome ending for the two turnips by the end of the Kickstarter, but I guess that'll have to wait. Thanks for supporting and playing. :)</p> <p>Peace out.</p> https://www.lexaloffle.com/bbs/?tid=53649 https://www.lexaloffle.com/bbs/?tid=53649 Sat, 05 Aug 2023 11:15:57 UTC Garden, but You can Only Move Up and Down <p> <table><tr><td> <a href="/bbs/?pid=132727#p"> <img src="/bbs/thumbs/pico8_only_up_and_down-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=132727#p"> Garden, but You can Only Move Up and Down</a><br><br> by <a href="/bbs/?uid=78171"> Steven()#6</a> <br><br><br> <a href="/bbs/?pid=132727#p"> [Click to Play]</a> </td></tr></table> </p> <p>A part of promotion for my new Kickstarter, <em>A Single Bird's Tabernacle</em>. This one's more limited, but I hope you enjoy.</p> https://www.lexaloffle.com/bbs/?tid=53633 https://www.lexaloffle.com/bbs/?tid=53633 Fri, 04 Aug 2023 12:49:26 UTC Box Placer 0.1 <p> <table><tr><td> <a href="/bbs/?pid=130897#p"> <img src="/bbs/thumbs/pico8_boxplcr-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=130897#p"> boxplcr</a><br><br> by <a href="/bbs/?uid=78171"> Steven()#6</a> <br><br><br> <a href="/bbs/?pid=130897#p"> [Click to Play]</a> </td></tr></table> </p> <p><em>Box Placer</em> is a bare-bones tool for ui visualization.</p> <h2>Controls:</h2> <h3>Grow Mode:</h3> <ul> <li>right - grow horizontally</li> <li>left - shrink horizontally</li> <li>up- grow vertically</li> <li>down - shrink vertically</li> <li>'x' - change mode (to <strong>Move</strong>)</li> <li>'c' - finish and add new box</li> </ul> <h3>Move Mode:</h3> <ul> <li>right - right</li> <li>left - left</li> <li>up - up</li> <li>down - down</li> <li>'x' - change mode (to <strong>Visual</strong>)</li> <li>'c' - change box color</li> </ul> <h3>Visual Mode:</h3> <ul> <li>'x' - change mode (to <strong>Grow</strong>)</li> </ul> https://www.lexaloffle.com/bbs/?tid=53074 https://www.lexaloffle.com/bbs/?tid=53074 Tue, 13 Jun 2023 14:58:41 UTC Wiggly Worm Eating Through the Hard Drive on Your Computer 0.1 <p> <table><tr><td> <a href="/bbs/?pid=130853#p"> <img src="/bbs/thumbs/pico8_wwormeat-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=130853#p"> Wiggly Worm Eating Through the Hard Drive on Your Computer 0.1</a><br><br> by <a href="/bbs/?uid=78171"> Steven()#6</a> <br><br><br> <a href="/bbs/?pid=130853#p"> [Click to Play]</a> </td></tr></table> </p> <p>He likes eating through your hard drive because it tastes like the milkweed leaves he used to eat back home.</p> <p>A hardcore action game about a bloodthirsty worm chewing through all the numbers that make up your computer. (Don't worry though: this game does not actually affect your computer.)</p> https://www.lexaloffle.com/bbs/?tid=53059 https://www.lexaloffle.com/bbs/?tid=53059 Mon, 12 Jun 2023 15:52:02 UTC