thtroyer [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=69249 Pico Keepy Uppy <p>Simple prototype, not much of a game yet.</p> <p> <table><tr><td> <a href="/bbs/?pid=139204#p"> <img src="/bbs/thumbs/pico8_picokeepyuppy_d1-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=139204#p"> picokeepyuppy_d1</a><br><br> by <a href="/bbs/?uid=69249"> thtroyer</a> <br><br><br> <a href="/bbs/?pid=139204#p"> [Click to Play]</a> </td></tr></table> </p> <p>Github link here: <a href="https://github.com/thtroyer/PicoKeepyUppy">https://github.com/thtroyer/PicoKeepyUppy</a></p> https://www.lexaloffle.com/bbs/?tid=55499 https://www.lexaloffle.com/bbs/?tid=55499 Tue, 26 Dec 2023 17:44:52 UTC Wave Function Collapse Prototype <p>I've been experimenting with wave function collapse a bit, got some basics working, and wanted to share the results.</p> <p>Restart the cart or press X to run the map generation again.</p> <p>The rules so far are hard-coded and unsophisticated. As of now, there are a number of rules defined about which tiles can border which, without regards to direction.</p> <p>I'm still experimenting and planning to add more complex rules with the ability to handle lining up mixed color tiles properly. There's also an issue with top-left tile always being black, but haven't tracked that down yet.</p> <p>I'm also working on a snowball game, so you can hit Z/circle to get a glimpse of that as well.</p> <p> <table><tr><td> <a href="/bbs/?pid=124313#p"> <img src="/bbs/thumbs/pico8_yipihahuf-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=124313#p"> yipihahuf</a><br><br> by <a href="/bbs/?uid=69249"> thtroyer</a> <br><br><br> <a href="/bbs/?pid=124313#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=51167 https://www.lexaloffle.com/bbs/?tid=51167 Sat, 14 Jan 2023 22:40:29 UTC Cleaning up the Road <h1>Cleaning up the Road</h1> <p>A simple, kid-friendly 2-player PICO-8 game.</p> <p> <table><tr><td> <a href="/bbs/?pid=122182#p"> <img src="/bbs/thumbs/pico8_cleaninguptheroad-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=122182#p"> cleaninguptheroad</a><br><br> by <a href="/bbs/?uid=69249"> thtroyer</a> <br><br><br> <a href="/bbs/?pid=122182#p"> [Click to Play]</a> </td></tr></table> </p> <p>Goal of the game is to pick up and drop/throw trash into the trash bin on the left side of the screen.</p> <h2>Controls:</h2> <h3>PICO-8 controller:</h3> <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>D-pad to move X to pick up O to throw Start for menu</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <h3>Keyboard</h3> <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>Player 1: Arrow keys = D-pad, X = Pickup/drop, Z = throw Player 2: ESDF = D-pad, Q = Pickup/drop, W = throw P/Enter key - console menu</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <h2>About</h2> <p>Inspired by other PICO-8 games made by parents with their children, I asked my young daughter if she wanted to make a game with me. <em><strong>&quot;Yes!&quot;</strong></em><br /> &quot;What should it be about?&quot; <em><strong>&quot;We would be cleaning garbage off the road.&quot;</strong></em><br /> &quot;And what should we call it?&quot; <em><strong>&quot;Cleaning up the road!&quot;</strong></em> </p> <p>This game is the eventual result after trying a bunch of ideas, testing, and tweaking. It is not a hard game, appropriate for young kids to learn how controllers work. With so many games being too difficult for preschool age, I erred on the side of simpler and easier.</p> <p>This is my first PICO-8 project and my first released video game. Enjoy!</p> <p><em>Make sure your kids understand the dangers of roads.</em><br /> <img style="margin-bottom:16px" border=0 src="/media/69249/gameplay0.gif" alt="" />&nbsp;<img style="margin-bottom:16px" border=0 src="/media/69249/gameplay1.gif" alt="" /></p> <p>Github repository for this project <a href="https://github.com/thtroyer/cleaninguptheroad">here</a>.</p> <h2>Menu options</h2> <ul> <li>Music can be toggled on/off</li> <li>Controls can be swapped for player 1 and 2.</li> </ul> https://www.lexaloffle.com/bbs/?tid=50595 https://www.lexaloffle.com/bbs/?tid=50595 Tue, 27 Dec 2022 20:34:47 UTC