azurebit8 [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=81109 Flappy Bat <p> <table><tr><td> <a href="/bbs/?pid=136247#p"> <img src="/bbs/thumbs/pico8_flappybat-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=136247#p"> flappybat</a><br><br> by <a href="/bbs/?uid=81109"> azurebit8</a> <br><br><br> <a href="/bbs/?pid=136247#p"> [Click to Play]</a> </td></tr></table> <br /> This is my very first game in Pico-8.</p> <p>I made this game based on the original cave driver tutorial from Dylan Bennett on the fanzine <a href="https://mboffin.itch.io/gamedev-with-pico-8-issue1">Game Development with Pico-8</a>.</p> <p>This work have a bunch of features that i had in mind, thinking about how to make this a fun game. Also a little bit of hallowinish.</p> <h2>Features</h2> <ul> <li>Enemies</li> <li>Collectible (coins)</li> <li>Random effects</li> <li>Animations </li> <li>Title screen</li> <li>Persistent Score</li> </ul> <h2>Collectibles</h2> <p> <table><tr><td width=32> <img src="https://www.lexaloffle.com/bbs/gfxc/81109_2.png" width=32 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_81109_2"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/81109_2.txt", function (retdata){ var el = document.getElementById("gfxcode_81109_2"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [8x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_81109_2" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> <br /> Try to collect coins for increase your score!<br /> But be carefull, every 5 coins you collect, you acquire an effect:<br /> You can be heavy, boost your speed, or become a rainbow and destroy enemies.<br /> You cannot acquire another effect if you are already altered, so, the 5 coins that you need starts to count when you become normal.</p> <h2>Score</h2> <p>Every 10 coins = 1point,<br /> Every second survived = 1point,<br /> Every enemy killed = 5 points<br /> Your final is calulated by: Survive points * Coin points + 1 + Enemy points<br /> So, all matters!</p> <h2>Enemies</h2> <p>This cave is haunted! you can found:</p> <h3>Awful spiders</h3> <p> <table><tr><td width=32> <img src="https://www.lexaloffle.com/bbs/gfxc/81109_0.png" width=32 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_81109_0"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/81109_0.txt", function (retdata){ var el = document.getElementById("gfxcode_81109_0"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [8x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_81109_0" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> <br /> These spiders hangs on top of the cave and crawl down to your doom!<br /> You can pass through the spiderweb</p> <h3>Haunty ghosts</h3> <p> <table><tr><td width=32> <img src="https://www.lexaloffle.com/bbs/gfxc/81109_1.png" width=32 height=32> </td> <td valign=bottom> <a style="cursor:pointer;font-size:8pt" onclick=' var el = document.getElementById("gfxcode_81109_1"); if (el.style.display == "none") el.style.display = ""; else el.style.display = "none"; microAjax("https://www.lexaloffle.com/bbs/gfxc/81109_1.txt", function (retdata){ var el = document.getElementById("gfxcode_81109_1"); el.innerHTML = retdata; el.focus(); el.select(); } ); '> [8x8]</a> </td></tr> <tr><td colspan=2> <textarea rows=3 class=lexinput id="gfxcode_81109_1" style="width:640px;background-color:#fed;display:none;overflow:hidden; font-size:6pt;"></textarea> </td> </tr> </table> <br /> These ghastly puffballs floating around in sine-wave are nothing but mean! Try not touch them.</p> <h2>Music</h2> <p>Not now! I am learning how to make music yet.</p> https://www.lexaloffle.com/bbs/?tid=54709 https://www.lexaloffle.com/bbs/?tid=54709 Sun, 22 Oct 2023 19:55:37 UTC