Haizlbliek [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=82687 Jelpi TAS (Tool Assisted Speedrun) <p> <table><tr><td> <a href="/bbs/?pid=155687#p"> <img src="/bbs/thumbs/pico8_jelpi_tas-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=155687#p"> jelpi_tas</a><br><br> by <a href="/bbs/?uid=82687"> Haizlbliek</a> <br><br><br> <a href="/bbs/?pid=155687#p"> [Click to Play]</a> </td></tr></table> <br /> The demo game Jelpi (by Zep) can be completed in 8.2 seconds!</p> <p>It's just a first attempt at this, so the code is pretty terrible (7th tab if you want to see it).<br /> This was all hand-coded over about less than an hour, so it's in no way perfect.</p> <h1>What is a TAS though?</h1> <p>A TAS, or Tool Assisted Speedrun, is when a <em>human</em> writes all the inputs for a <em>computer</em> to perform.<br /> This can be used to create theoretical &quot;perfect&quot; speedruns of games.</p> <p>Well, have fun messing around with this to finish the 3rd level and/or make this one faster.</p> https://www.lexaloffle.com/bbs/?tid=144730 https://www.lexaloffle.com/bbs/?tid=144730 Mon, 14 Oct 2024 00:37:11 UTC PCM waveform visualiser <p> <table><tr><td> <a href="/bbs/?pid=135466#p"> <img src="/bbs/thumbs/pico8_pcmwaveform-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=135466#p"> PCM Waveform Visualizer</a><br><br> by <a href="/bbs/?uid=82687"> Haizlbliek</a> <br><br><br> <a href="/bbs/?pid=135466#p"> [Click to Play]</a> </td></tr></table> </p> <p>I have created a simple PCM audio visualiser while experimenting with PCM.</p> <p>It:</p> <ul> <li>Has three different waveforms: <ul> <li>Square</li> <li>Sine</li> <li>Harmonic</li> </ul></li> <li>Visualises the audio output</li> <li>Shows the formula for calculating the wave</li> <li>Allows adjustments to <ul> <li>Volume</li> <li>Frequency / Pitch</li> </ul></li> </ul> <p>I hope that this helps!</p> <p>Planning on making a simple way to play sound effects too. Have a nice day!</p> https://www.lexaloffle.com/bbs/?tid=54471 https://www.lexaloffle.com/bbs/?tid=54471 Thu, 05 Oct 2023 17:41:54 UTC Breaking Pico-8's colour palette <img loading="lazy" style="margin-bottom:16px" border=0 src="/media/82687/Screen Shot 2023-09-30 at 2.42.43 PM.png" alt="" /> <p>A simple way to break Pico-8's palette.</p> <p>Changing the screen palette using <code>poke(0x5f2e, 1)</code> and then changing the red or dark red / purple colours, then running, exiting, and going to the sprite tab results in the above image. The red and dark red colours get <code>pal</code>ed in by Pico-8.</p> <p>Thought it would be an interesting first topic. Have a good day!</p> https://www.lexaloffle.com/bbs/?tid=54390 https://www.lexaloffle.com/bbs/?tid=54390 Sun, 01 Oct 2023 00:11:29 UTC