Senorbaub [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=54759 Blasteroids <p> <table><tr><td> <a href="/bbs/?pid=126098#p"> <img src="/bbs/thumbs/pico8_blasteroids-2.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=126098#p"> Blasteroids</a><br><br> by <a href="/bbs/?uid=54759"> Senorbaub</a> <br><br><br> <a href="/bbs/?pid=126098#p"> [Click to Play]</a> </td></tr></table> </p> <img style="margin-bottom:16px" border=0 src="/media/54759/14_blasteroids p8_0.gif" alt="" /> <img style="margin-bottom:16px" border=0 src="/media/54759/blasteroids_v5_0.gif" alt="" /> <img style="margin-bottom:16px" border=0 src="/media/54759/blasteroids_v6_1.gif" alt="" /> <h2>Controls:</h2> <ul> <li> <p>Left arrow and right arrow to turn the ship canon</p> </li> <li> <p>Up arrow to accelerate the ship forward</p> </li> <li> <p>X or O to fire the ship canon</p> </li> <li> <p>When X or O are held down the canon will autofire; however, the canon will rotate faster when not firing</p> </li> <li>Drifting of the ship can be toggled on and off in the Pause Menu</li> </ul> <h2>Rules:</h2> <p>In Blasteroids you control a space ship with the objective of shooting asteroids into smaller chunks until nuggets of Zytonium ore are revealed and can be harvested. To harvest ore you must move your ship over it and it will be collected. After enough chunks of ore have been harvested you will move on to the next objective.</p> <p>Maneuvering your ship through the asteroid field is very dangerous; however, you are equipped with a shield that will break apart an asteroid if it gets too close. Once this happens the shield needs time to recharge and you are vulnerable to asteroid collisions and can take damage. If your ship takes too much damage then it is destroyed and you must restart your objective.</p> <p>Hostile drones will also appear and shoot at you. They are sturdy enemies and will take a number of shots to destroy with your canon, but most will leave the area shortly after firing at your ship.</p> <h2>Behind The Scenes:</h2> <p>Blasteroids is my attempt to create an Asteroids clone which I had heard is common for new game developers to do. Due to the rotation of the ship as well as the ship and asteroids moving at any angle it wasn't obvious at first how this would be accomplished in Pico-8 but after mulling it over for some time and brushing up on some Trigonometry and I figured out how to create the basic movement that would drive the entire game.</p> <p>For simplicity and stylishness I decided to use mostly circle based elements with some sprite work to add more detail. This made collision detection a matter of calculating the distance between center points and determining if that meant two elements were overlapping. It was a little ways into development that I decided to give the color scheme a more neon look.</p> <p>After getting the basic gameplay loop of Asteroids working I wanted to add something more to make it my own so I worked on adding different shot types to both your ship and to the drones. The Oscillating shot and the Rebound shot were the most challenging and took some time to figure out the trigonometry to make these work. There were also multiple cases to check for depending on the angle at which a shot was made.</p> <p>Finally there was the challenge of figuring out how to end the game as I wanted it to end on a high note. It's pretty standard in a lot of games but it took me a while to decide to go with a boss fight. This decision was largely inspired by watching the shmup tutorial by Lazy Devs Academy (along with a bunch of other elements) but I didn't want to just throw in some random random enemy that didn't tie with the rest of the game. At some point it dawned on me to just use the drones I had already been using but instead attack in a group and in a different movement pattern than is seen previously in the game.</p> <h2>Credits:</h2> <p>Blasteroids was developed by myself with a lot of inspiration by Lazy Devs Academy.</p> <p>I can be reached on Twitter at senorbaub</p> <h3>Version 1.2 Release Notes:</h3> <ul> <li>Added a toggle in the Pause Menu to turn on/turn off the drifting of the space ship</li> </ul> https://www.lexaloffle.com/bbs/?tid=51702 https://www.lexaloffle.com/bbs/?tid=51702 Mon, 20 Feb 2023 19:00:36 UTC Cavern Run <p> <table><tr><td> <a href="/bbs/?pid=104223#p"> <img src="/bbs/thumbs/pico8_cavernrun-2.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=104223#p"> Cavern Run 1.2</a><br><br> by <a href="/bbs/?uid=54759"> Senorbaub</a> <br><br><br> <a href="/bbs/?pid=104223#p"> [Click to Play]</a> </td></tr></table> </p> <img style="margin-bottom:16px" border=0 src="/media/54759/11_cavern run p8_0.gif" alt="" /> <h2>About</h2> <p>Cavern Run is an infinite running game where the player runs through a dark cavern to collect diamonds while avoiding the various dangers of the cavern.</p> <h2>Controls</h2> <p><strong>Accelerate</strong> - Right arrow<br /> <strong>Brake</strong> - Left arrow<br /> <strong>Jump</strong> - Z on keyboard/A on controller<br /> <strong>Jump Forward</strong> - Jump while holding the Right arrow<br /> <strong>Jump Backward</strong> - Jump while holding the Left arrow</p> <h2>Thank you to:</h2> <p><a href="https://www.lexaloffle.com/bbs/?uid=16423"> @Krystman</a> for the tutorials on coding and game design<br /> <a href="https://www.lexaloffle.com/bbs/?uid=11292"> @Gruber</a> for the tutorials on composing music in Pico-8</p> https://www.lexaloffle.com/bbs/?tid=45986 https://www.lexaloffle.com/bbs/?tid=45986 Mon, 03 Jan 2022 21:41:58 UTC Ice Cream Slinger <p> <table><tr><td> <a href="/bbs/?pid=93797#p"> <img src="/bbs/thumbs/pico8_nosawigure-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=93797#p"> Ice Cream Slinger</a><br><br> by <a href="/bbs/?uid=54759"> Senorbaub</a> <br><br><br> <a href="/bbs/?pid=93797#p"> [Click to Play]</a> </td></tr></table> </p> <p>A short game about serving ice cream using a catapult-ish mechanic.</p> <p>My first project that's somewhat complete. It's pretty bare bones at this point but pretty playable.</p> <p>The list of tweaks and improvements I plan to make include:</p> <p>-add sound FX and music</p> <p>-make art and a logo for the title screen</p> <p>-make background art for the game play. I'm thinking make it appear that you are standing over buckets of<br /> ice cream</p> <p>-randomize which ice cream scoops are queued up</p> <p>-streamline a bunch of the code. I need to tweak how the arrays used for tallying numbers at the end are<br /> structured so that I can just use loops to populate them and do the comparisons</p> <p>-add bonuses. Thinking a full ice cream order gets a completion bonus. Also, maybe a penalty for any<br /> customers that didn't get any ice cream</p> <p>-add actual levels. I had the idea that obstacles of some kind randomly float across the middle of the<br /> screen that can block ice cream scoops after they are flung</p> https://www.lexaloffle.com/bbs/?tid=43432 https://www.lexaloffle.com/bbs/?tid=43432 Sun, 20 Jun 2021 20:21:31 UTC