liconaj [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=56414 FlappyBalt <p> <table><tr><td> <a href="/bbs/?pid=133466#p"> <img src="/bbs/thumbs/pico8_flappybalt-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=133466#p"> FlappyBalt v0.9</a><br><br> by <a href="/bbs/?uid=56414"> liconaj</a> <br><br><br> <a href="/bbs/?pid=133466#p"> [Click to Play]</a> </td></tr></table> </p> <p>A clone of <a href="https://haxeflixel.com/demos/Flappybalt/">Haxeflixel's Flappybalt</a>.</p> <h2>Controls</h2> <p>Just press Z, X, C or V</p> <h2>Work in progress</h2> <p>This game is practically finished, but I'd want to add just a couple of features besides SFX/Music:</p> <ul> <li>Independent move of new saws at enter.</li> <li>To make saws unstable and shoot out when a set of saws is full.</li> </ul> https://www.lexaloffle.com/bbs/?tid=53860 https://www.lexaloffle.com/bbs/?tid=53860 Thu, 24 Aug 2023 18:00:23 UTC InkSpill <p> <table><tr><td> <a href="/bbs/?pid=124698#p"> <img src="/bbs/thumbs/pico8_inkspill-7.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=124698#p"> InkSpill 1.3</a><br><br> by <a href="/bbs/?uid=56414"> liconaj</a> <br><br><br> <a href="/bbs/?pid=124698#p"> [Click to Play]</a> </td></tr></table> </p> <p>This is a flood-it clone inspired by the game Ink Spill from the book &quot;Making Games with Python &amp; Pygame&quot;. This game and also some of the others that I have already done and published here are part of a personal challenge which consists in doing clones of <a href="https://inventwithpython.com/blog/2012/02/20/i-need-practice-programming-49-ideas-for-game-clones-to-code/">these</a> games.</p> <h3>How to play</h3> <p>In order to win you have to flood the entire board with one color within a certain number of moves. You can do a flood fill on the tip left tile, changing the color of any adjacent tiles of the same color.</p> <h4>Controls</h4> <ul> <li>Change color - ⬅️/➡️</li> <li>Flood fill - 🅾️/Z/C</li> <li>Highlight init cell - ❎/X/V (<em>Note:</em> Only works in init or free mode. In free mode it also lets changing the init cell with the arrows)</li> </ul> <h3>Changelogs</h3> <h4>Version 1.3</h4> <ul> <li>Added free mode, which let you change the position of init cell every time, and renamed unlock/lock init cell to &quot;default mode&quot; and &quot;init mode&quot;.</li> </ul> <h4>Version 1.2</h4> <ul> <li>Added menuitems to control seeds, repeat board, and animation effect.</li> </ul> <h4>Version 1.1</h4> <ul> <li>Addded menuitem (in the title and gameover screens) that unlocks selection of the init cell.</li> <li>Saves configuration.</li> </ul> https://www.lexaloffle.com/bbs/?tid=51309 https://www.lexaloffle.com/bbs/?tid=51309 Sun, 22 Jan 2023 22:12:14 UTC Snake II <p> <table><tr><td> <a href="/bbs/?pid=124158#p"> <img src="/bbs/thumbs/pico8_snakeii-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=124158#p"> snakeii</a><br><br> by <a href="/bbs/?uid=56414"> liconaj</a> <br><br><br> <a href="/bbs/?pid=124158#p"> [Click to Play]</a> </td></tr></table> </p> <p>This a little demake of Snake II from Nokia 1100. I wanted to implement some fancy features of the original game but that I hardly find in the clones (and know I can see why). I hope you like it, and thanks for playing!</p> https://www.lexaloffle.com/bbs/?tid=51123 https://www.lexaloffle.com/bbs/?tid=51123 Thu, 12 Jan 2023 19:07:38 UTC Asteroids <p> <table><tr><td> <a href="/bbs/?pid=122785#p"> <img src="/bbs/thumbs/pico8_asteroids1-4.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=122785#p"> Asteroids</a><br><br> by <a href="/bbs/?uid=56414"> liconaj</a> <br><br><br> <a href="/bbs/?pid=122785#p"> [Click to Play]</a> </td></tr></table> </p> <p><strong>Changelogs v2.0</strong></p> <ul> <li>Added difficulty level selector.</li> <li>Adjusted velocity of asteroids according to size of asteroids: bigger asteroids will be slower, and smaller will be faster.</li> <li>Now all asteroids will always have, relatively, equal sizes at the start of the game.</li> <li>Added counter of total destroyed asteroids.</li> <li>Added stats of number of destroyed asteroids. </li> <li>Randomize color of the ship.</li> <li>Added music.<br /> Edit: desactive key binding for reset best time in game over screen as can be easily pressed by mistake in mobiles.</li> </ul> <p><strong>Music</strong><br /> Song &quot;space&quot; from Pico-8 Tunes Volume 1 by @gruber_music. See <a href="https://www.lexaloffle.com/bbs/?tid=29008">https://www.lexaloffle.com/bbs/?tid=29008</a></p> https://www.lexaloffle.com/bbs/?tid=50750 https://www.lexaloffle.com/bbs/?tid=50750 Wed, 21 Dec 2022 01:37:39 UTC Sliding Puzzle <p> <table><tr><td> <a href="/bbs/?pid=113907#p"> <img src="/bbs/thumbs/pico8_slidingpuzzle-2.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=113907#p"> slidingpuzzle</a><br><br> by <a href="/bbs/?uid=56414"> liconaj</a> <br><br><br> <a href="/bbs/?pid=113907#p"> [Click to Play]</a> </td></tr></table> </p> <p>A simple 4x4 sliding puzzle</p> <h3>Controls</h3> <ul> <li>Z/C - Solve</li> <li>X/V - Shuffle</li> <li>Arrows/Click - Move</li> </ul> https://www.lexaloffle.com/bbs/?tid=48394 https://www.lexaloffle.com/bbs/?tid=48394 Sat, 02 Jul 2022 18:45:04 UTC Memory Puzzle <p> <table><tr><td> <a href="/bbs/?pid=111893#p"> <img src="/bbs/thumbs/pico8_memorypuzzle_0-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=111893#p"> memorypuzzle_0</a><br><br> by <a href="/bbs/?uid=56414"> liconaj</a> <br><br><br> <a href="/bbs/?pid=111893#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=47827 https://www.lexaloffle.com/bbs/?tid=47827 Mon, 16 May 2022 17:08:05 UTC Desert Ball <p> <table><tr><td> <a href="/bbs/?pid=110439#p"> <img src="/bbs/thumbs/pico8_desertball1-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=110439#p"> desertball1</a><br><br> by <a href="/bbs/?uid=56414"> liconaj</a> <br><br><br> <a href="/bbs/?pid=110439#p"> [Click to Play]</a> </td></tr></table> </p> <h2>About</h2> <p>This game is heavily inspired by a minigame from Pureya by Majorariatto Studios (<a href="https://store.steampowered.com/app/1268960/pureya/">https://store.steampowered.com/app/1268960/pureya/</a>). It's an endless runner with some not very original game mechanics but fun! Let me know your comments and enjoy! </p> <p>Edit: I've beaten my previous highscore xD, and now it is 794, what's yours?</p> <h2>Music Credits</h2> <p>Musical composition by Robby Duguay (<a href="https://www.lexaloffle.com/bbs/?tid=2619">https://www.lexaloffle.com/bbs/?tid=2619</a>). So many thanks!</p> https://www.lexaloffle.com/bbs/?tid=47432 https://www.lexaloffle.com/bbs/?tid=47432 Tue, 19 Apr 2022 02:01:55 UTC Dodger <p> <table><tr><td> <a href="/bbs/?pid=110217#p"> <img src="/bbs/thumbs/pico8_dodger1-3.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=110217#p"> Dodger v1.2</a><br><br> by <a href="/bbs/?uid=56414"> liconaj</a> <br><br><br> <a href="/bbs/?pid=110217#p"> [Click to Play]</a> </td></tr></table> </p> <h3>Changelogs</h3> <p><strong>Version 1.2</strong></p> <ul> <li>Fixed error with max integer in score.<br /> NOTE: Highscores obtained with previous versions will be reset.</li> </ul> <p><strong>Version 1.1</strong></p> <ul> <li>Doubled number of hearts.</li> </ul> https://www.lexaloffle.com/bbs/?tid=47382 https://www.lexaloffle.com/bbs/?tid=47382 Wed, 13 Apr 2022 23:34:26 UTC