OgelGames [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=83967 Ball Bouncer <p> <table><tr><td> <a href="/bbs/?pid=148121#p"> <img src="/bbs/thumbs/pico8_ball_bouncer-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=148121#p"> Ball Bouncer</a><br><br> by <a href="/bbs/?uid=83967"> OgelGames</a> <br><br><br> <a href="/bbs/?pid=148121#p"> [Click to Play]</a> </td></tr></table> </p> <p>A simple arcade game made with only 500 characters for <a href="https://itch.io/jam/tweettweetjam-9">TweetTweetJam 9</a>.</p> <p>Use the left and right arrows to move the paddle. Press X to restart.</p> <p>Score points by bouncing balls on the paddle, with consecutive bounces scoring more points. The game ends after 60 seconds.</p> <p>Also available on <a href="https://ogelgames.itch.io/ball-bouncer">itch.io</a>.</p> https://www.lexaloffle.com/bbs/?tid=142170 https://www.lexaloffle.com/bbs/?tid=142170 Wed, 08 May 2024 13:11:19 UTC Evolving Ants <p> <table><tr><td> <a href="/bbs/?pid=148057#p"> <img src="/bbs/thumbs/pico8_evolvingants-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=148057#p"> Evolving Ants</a><br><br> by <a href="/bbs/?uid=83967"> OgelGames</a> <br><br><br> <a href="/bbs/?pid=148057#p"> [Click to Play]</a> </td></tr></table> </p> <p>This is a very basic implementation of a <a href="https://en.wikipedia.org/wiki/Genetic_algorithm">genetic algorithm</a>, partly inspired by <a href="https://www.youtube.com/watch?v=BOZfhUcNiqk">this Code Bullet video</a>, with a few additions to improve the evolution speed and reliability. It's nothing fancy, but I found it fun to experiment with, so I thought I'd share it.</p> <p>Each &quot;ant&quot; has a DNA consisting of a list of directions to move each frame, which starts off completely random, but though the process of mutations and &quot;natural selection&quot; evolves into a path to reach the goal.</p> <p>To improve the evolution speed and reliability, the ants are evolved gradually by giving each generation slightly longer to reach the goal. In addition, the mutations to the DNA are biased towards the end of the path, so more ants have a chance to explore the end of the path before they die.</p> <p>The simulation consists of 50 ants in each generation, with the current best path shown in red. Pressing X will restart the simulation with the goal in a random position.</p> https://www.lexaloffle.com/bbs/?tid=142150 https://www.lexaloffle.com/bbs/?tid=142150 Tue, 07 May 2024 14:30:17 UTC Flower Clicker <p> <table><tr><td> <a href="/bbs/?pid=147811#p"> <img src="/bbs/thumbs/pico8_flowerclicker-2.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=147811#p"> Flower Clicker</a><br><br> by <a href="/bbs/?uid=83967"> OgelGames</a> <br><br><br> <a href="/bbs/?pid=147811#p"> [Click to Play]</a> </td></tr></table> </p> <p>A simple clicker game about growing flowers. Also my first complete Pico-8 game :)</p> <p><strong>Controls</strong><br /> Left-click - Almost everything<br /> Right-click - Drop tool / Cancel flower placement</p> <p>Made in about a week for <a href="https://itch.io/jam/minigame-a-month-april-2024">Minigame a Month - April 2024</a> and <a href="https://itch.io/jam/chill-jam-8">Chill Devs: Chill Jam 8</a>.</p> <p>Also available on <a href="https://ogelgames.itch.io/flower-clicker">itch.io</a>.</p> https://www.lexaloffle.com/bbs/?tid=142087 https://www.lexaloffle.com/bbs/?tid=142087 Fri, 03 May 2024 06:21:02 UTC Pressure Softbody <p> <table><tr><td> <a href="/bbs/?pid=136611#p"> <img src="/bbs/thumbs/pico8_pressure_softbody-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=136611#p"> Pressure Softbody</a><br><br> by <a href="/bbs/?uid=83967"> OgelGames</a> <br><br><br> <a href="/bbs/?pid=136611#p"> [Click to Play]</a> </td></tr></table> </p> <p>A bare-bones implementation of a pressure softbody using <a href="https://en.wikipedia.org/wiki/Verlet_integration">verlet intergration</a>, loosely based on Maciej Matyka's <a href="https://panoramx.ift.uni.wroc.pl/~maq/soft2d/howtosoftbody.pdf">tutorial paper</a>.</p> <p>I've played around with making pressure softbodies in other game engines, so I thought it would be great for my first pico-8 project. Overall it turned fairly stabled and optimized, and I'm quite happy with the result.</p> <p>Use left and right to change the pressure, and up and down to change gravity.<br /> Move the mouse while holding a mouse button to push the softbody around.</p> https://www.lexaloffle.com/bbs/?tid=54820 https://www.lexaloffle.com/bbs/?tid=54820 Mon, 30 Oct 2023 08:03:42 UTC