klunkoplunko [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=73884 Picocross <p> <table><tr><td> <a href="/bbs/?pid=140240#p"> <img src="/bbs/thumbs/pico8_klunko_picocross-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=140240#p"> Picocross</a><br><br> by <a href="/bbs/?uid=73884"> klunkoplunko</a> <br><br><br> <a href="/bbs/?pid=140240#p"> [Click to Play]</a> </td></tr></table> <br /> This is a work-in-progress game of picross. Has someone else used the name picocross? Probably, but this is my one!<br /> It currently only has one puzzle and the game ends once you beat it.</p> <h3>How to play</h3> <p>Use arrows to move the cursor.<br /> Press (X) to place a tile and (O) to place a cross. You can use the crosses to show where tiles definitely are not.<br /> Press (X) or (O) to remove a tile / cross.<br /> Press (X) to highlight / un-highlight a number. You can do this to keep track of which numbers have been solved.</p> <h3>How to play picross</h3> <p>To discover the hidden picture, you need to determine where the tiles must be placed.<br /> For each column and each row you are given a set of numbers. These numbers tell you how many <strong>consecutive</strong> tiles are in that row or column. Multiple numbers means multiple 'blocks' of consecutive tiles <strong>in the same order as the numbers</strong>, that are separate from each other.</p> <p>For example (using a 10x10 puzzle):<br /> If a row has the number <em>6</em>, then that tells you there are 6 consecutive tiles somewhere in that row.<br /> It <em>could</em> be:<br /> <code>|x x ■ ■ ■ ■ ■ ■ x x|</code><br /> ... or:<br /> <code>|■ ■ ■ ■ ■ ■ x x x x|</code><br /> ... but not:<br /> <code>|x ■ ■ ■ ■ ■ ■ ■ ■ x|</code> ... as this has 8 tiles.<br /> ... and <strong>not</strong>:<br /> <code>|■ ■ ■ x x ■ ■ ■ x x|</code> ... as this would break up the 6 tiles.</p> <p>If a row has the numbers <em>2 3</em>, then that tells you there is a block of 2 and a block of 3 <strong>in that order</strong>.<br /> It <em>could</em> be:<br /> <code>|x x ■ ■ x ■ ■ ■ x x|</code><br /> ... or:<br /> <code>|■ ■ x x x x ■ ■ ■ x|</code><br /> ... but <strong>not</strong>:<br /> <code>|x x ■ ■ ■ ■ ■ x x x|</code> ... as the 2 and the 3 are not separate.<br /> ... and <strong>not</strong>:<br /> <code>|x ■ ■ x x ■ x ■ ■ x|</code> ... as the 3 is broken.<br /> ... and <strong>not</strong>:<br /> <code>|x ■ ■ ■ x x x ■ ■ x|</code> ... as the 3 must come after the 2.</p> <h3>To do</h3> <ul> <li>'Easy' mode (gives a penalty when a tile is wrong, hints, etc.)</li> <li>More puzzles w/ menu</li> <li>Larger puzzles (I have plans to go up to 64x64, or even 128x128, ft. compression)</li> <li>Graphical polish</li> </ul> https://www.lexaloffle.com/bbs/?tid=139876 https://www.lexaloffle.com/bbs/?tid=139876 Wed, 17 Jan 2024 00:33:31 UTC Trampoline!! <p> <table><tr><td> <a href="/bbs/?pid=136419#p"> <img src="/bbs/thumbs/pico8_klunko_trampoline-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=136419#p"> Trampoline!!</a><br><br> by <a href="/bbs/?uid=73884"> klunkoplunko</a> <br><br><br> <a href="/bbs/?pid=136419#p"> [Click to Play]</a> </td></tr></table> <br /> <table><tr><td width=32> <img src="https://www.lexaloffle.com/bbs/gfxc/73884_12.png" width=32 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_73884_12"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/73884_12.txt", function (retdata){ var el = document.getElementById("gfxcode_73884_12"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [8x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_73884_12" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> <br /> This is a score-based game where you must collect orbs while bouncing on a trampoline. The more orbs you get in a single jump, the higher combo you'll get. Can you get a combo of 4 or more? </p> <p>If you're having trouble gaining height, remember that the middle of the trampoline is the bounciest, and to use your jump at the peak of the bounce to gain momentum.</p> <h3>Controls</h3> <p>Left and Right to move<br /> Up to jump<br /> Down to slam downwards</p> https://www.lexaloffle.com/bbs/?tid=54764 https://www.lexaloffle.com/bbs/?tid=54764 Thu, 26 Oct 2023 08:54:01 UTC Factory Line v2 <p> <table><tr><td> <a href="/bbs/?pid=134385#p"> <img src="/bbs/thumbs/pico8_klunko_factoryline_2-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=134385#p"> Factory Line v2</a><br><br> by <a href="/bbs/?uid=73884"> klunkoplunko</a> <br><br><br> <a href="/bbs/?pid=134385#p"> [Click to Play]</a> </td></tr></table> <br /> <table><tr><td width=192> <img src="https://www.lexaloffle.com/bbs/gfxc/73884_7.png" width=192 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_73884_7"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/73884_7.txt", function (retdata){ var el = document.getElementById("gfxcode_73884_7"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [48x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_73884_7" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> </p> <p>An arcade-y game based on the Mario Bros. Game and Watch.<br /> This is the <em>second</em> version of my first PICO 8 game. Hope you enjoy it!</p> <h2>How to Play</h2> <p>Move both workers to carry the products up the conveyor belts. Don't let them fall!<br /> Alternatively, control one worker and have a friend control the other in a sort of co-op!</p> <p>In later levels you will also need to keep track of the winch and siren.<br /> The winch will slowly drop. Too far, and it will break. Move the guy on the right up to the wheel on the top to raise it back up.<br /> Steam will build up over time, as indicated by the siren. Once the siren turns red, the guy on the left must hit the button on the bottom to release it all. Too late, and it will explode!</p> <h2>New things!</h2> <p>You can now save and view highscores! In addition:</p> <h3>Different products</h3> <p> <table><tr><td width=32> <img src="https://www.lexaloffle.com/bbs/gfxc/73884_8.png" width=32 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_73884_8"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/73884_8.txt", function (retdata){ var el = document.getElementById("gfxcode_73884_8"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [8x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_73884_8" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Eventually you will encounter faster moving electronics. Try and keep up!</p> <p> <table><tr><td width=32> <img src="https://www.lexaloffle.com/bbs/gfxc/73884_9.png" width=32 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_73884_9"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/73884_9.txt", function (retdata){ var el = document.getElementById("gfxcode_73884_9"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [8x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_73884_9" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> In later levels you will also need to deal with valuables. They move slow, but the game will be over if even just one falls.</p> <h3>Bonuses</h3> <p> <table><tr><td width=96> <img src="https://www.lexaloffle.com/bbs/gfxc/73884_10.png" width=96 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_73884_10"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/73884_10.txt", function (retdata){ var el = document.getElementById("gfxcode_73884_10"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [24x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_73884_10" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> The first bonus will appear between other products. It will fall quickly, but won't take a life. Collect it for points.<br /> The second appears if you made a delivery without dropping anything. Collect it for extra points.<br /> The third acts much like the first, but will return if delivered. Keep it going for a bunch of points!</p> <h3>Powerups</h3> <p> <table><tr><td width=128> <img src="https://www.lexaloffle.com/bbs/gfxc/73884_11.png" width=128 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_73884_11"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/73884_11.txt", function (retdata){ var el = document.getElementById("gfxcode_73884_11"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [32x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_73884_11" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Deliver a powerup to gain its effects.<br /> The wrench will give a life to both workers.<br /> The pipe will open the pipe on the right, allowing you to see ahead.<br /> The weight will raise the winch for you.<br /> The flame will pause the fire valve for a moment.</p> <h2>Controls</h2> <p>This guy: <table><tr><td width=32> <img src="https://www.lexaloffle.com/bbs/gfxc/73884_1.png" width=32 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_73884_1"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/73884_1.txt", function (retdata){ var el = document.getElementById("gfxcode_73884_1"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [8x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_73884_1" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Move up and down using [X] and [O]</p> <p>The other guy: <table><tr><td width=32> <img src="https://www.lexaloffle.com/bbs/gfxc/73884_2.png" width=32 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_73884_2"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/73884_2.txt", function (retdata){ var el = document.getElementById("gfxcode_73884_2"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [8x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_73884_2" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Move up and down using [Up] and [Down]</p> <p>You don't need to press a button for them to do something, they'll do it if they're in the right spot.</p> <p>These controls make more sense on keyboard than on controller. You can swap them in the main menu if needed.<br /> You may also pause with [Left] or [Right].</p> <h2>Other things</h2> <p>The controls are now saved between sessions.<br /> There also may or may not be a title screen secret.</p> <p>I didn't get around to testing the powerups very much so they may be buggy. I also didn't get around to tweaking the difficulty, so feedback is appreciated. I can't guarantee I'll get around to it though</p> <p>Also had to upload v2.1 because the score was set to 10000, whoops </p> <p>Thank you to <a href="https://www.lexaloffle.com/bbs/?uid=73872"> @eeooty</a> for the idea for different item types!</p> https://www.lexaloffle.com/bbs/?tid=54129 https://www.lexaloffle.com/bbs/?tid=54129 Fri, 15 Sep 2023 08:47:08 UTC Topdown jumpy sort of thing <p> <table><tr><td> <a href="/bbs/?pid=134264#p"> <img src="/bbs/thumbs/pico8_klunko_3djumpy-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=134264#p"> Topdown jumpy sort of thing</a><br><br> by <a href="/bbs/?uid=73884"> klunkoplunko</a> <br><br><br> <a href="/bbs/?pid=134264#p"> [Click to Play]</a> </td></tr></table> <br /> <table><tr><td width=256> <img src="https://www.lexaloffle.com/bbs/gfxc/73884_4.png" width=256 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_73884_4"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/73884_4.txt", function (retdata){ var el = document.getElementById("gfxcode_73884_4"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [64x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_73884_4" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> <br /> This is a topdown, psuedo-3D platformer I've been working on. There's no actual game to it yet other than getting a few coins. It's definitely a little janky and not optimized at all but I'm still quite proud of it.<br /> I don't know if I'll ever get around to making the game part of the game so I thought I'd submit it in case anyone was interested.</p> <h3>Controls</h3> <p>Arrow keys to walk<br /> (X) to jump</p> https://www.lexaloffle.com/bbs/?tid=54091 https://www.lexaloffle.com/bbs/?tid=54091 Wed, 13 Sep 2023 09:43:33 UTC Factory Line <p> <table><tr><td> <a href="/bbs/?pid=134128#p"> <img src="/bbs/thumbs/pico8_klunko_factoryline-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=134128#p"> Factory Line</a><br><br> by <a href="/bbs/?uid=73884"> klunkoplunko</a> <br><br><br> <a href="/bbs/?pid=134128#p"> [Click to Play]</a> </td></tr></table> <br /> <table><tr><td width=192> <img src="https://www.lexaloffle.com/bbs/gfxc/73884_0.png" width=192 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_73884_0"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/73884_0.txt", function (retdata){ var el = document.getElementById("gfxcode_73884_0"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [48x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_73884_0" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> </p> <p>An arcade-y game based on the Mario Bros. Game and Watch.<br /> This is my first PICO 8 game (not counting tutorials and the like). Hope you enjoy it!</p> <h2>How to Play</h2> <p>Move both workers to carry the products up the conveyor belts. Don't let them fall! </p> <p>On <strong>medium</strong> and <strong>hard</strong> difficulties you will also need to keep track of the winch and siren.<br /> The winch will slowly drop. Too far, and it will break. Move the guy on the right up to the wheel on the top to raise it back up.<br /> Steam will build up over time, as indicated by the siren. Once the siren turns red, the guy on the left must hit the button on the bottom to release it all. Too late, and it will explode!</p> <h2>Controls</h2> <p>This guy: <table><tr><td width=32> <img src="https://www.lexaloffle.com/bbs/gfxc/73884_1.png" width=32 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_73884_1"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/73884_1.txt", function (retdata){ var el = document.getElementById("gfxcode_73884_1"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [8x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_73884_1" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Move up and down using [X] and [O]</p> <p>The other guy: <table><tr><td width=32> <img src="https://www.lexaloffle.com/bbs/gfxc/73884_2.png" width=32 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_73884_2"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/73884_2.txt", function (retdata){ var el = document.getElementById("gfxcode_73884_2"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [8x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_73884_2" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> Move up and down using [Up] and [Down]</p> <p>You don't need to press a button for them to do something, they'll do it if they're in the right spot.</p> <p>These controls make more sense on keyboard than on controller. You can swap them in the main menu if needed.<br /> You may also pause with [Left] or [Right].</p> <h2>Not implemented (yet?)</h2> <ul> <li>The game increases in difficulty as you play</li> <li>Highscores</li> <li>The <em>How to play</em> option in the menu</li> <li>A better lose screen</li> </ul> https://www.lexaloffle.com/bbs/?tid=54065 https://www.lexaloffle.com/bbs/?tid=54065 Sun, 10 Sep 2023 09:37:23 UTC