Wackerly [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=15734 3x2x1 Twisty Cube <p> <table><tr><td> <a href="/bbs/?pid=86506#p"> <img src="/bbs/thumbs/pico8_senasapiga-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=86506#p"> senasapiga</a><br><br> by <a href="/bbs/?uid=15734"> Wackerly</a> <br><br><br> <a href="/bbs/?pid=86506#p"> [Click to Play]</a> </td></tr></table> <br /> A no-frills implementation of a 3x2x1 Rubik's-style twisty puzzle.<br /> No bells or whistles were harmed in the making of this cartridge.<br /> (Hopefully I did it right.)</p> <p>Controls:<br /> (^) spin top cubies<br /> (v) spin bottom cubies<br /> (&lt;) spin left cubies<br /> (&gt;) spin right cubies<br /> (x) spin middle cubies<br /> (o) reset</p> https://www.lexaloffle.com/bbs/?tid=41188 https://www.lexaloffle.com/bbs/?tid=41188 Sat, 16 Jan 2021 08:36:00 UTC Simple background test <p> <table><tr><td> <a href="/bbs/?pid=69211#p"> <img src="/bbs/thumbs/pico8_wudawupota-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=69211#p"> wudawupota</a><br><br> by <a href="/bbs/?uid=15734"> Wackerly</a> <br><br><br> <a href="/bbs/?pid=69211#p"> [Click to Play]</a> </td></tr></table> <br /> A crude test program to emulate the HDMA behaviour of the SNES.</p> <p>Current features:<br /> --background tiling<br /> --scrolling background<br /> --scaling background<br /> --changing scaling between drawing lines</p> <p>Runs VERY slowly.</p> <p>UPDATE: changed a bit of code to fix some graphical errors. (Don't do math on indexes. It causes issues.)</p> https://www.lexaloffle.com/bbs/?tid=35742 https://www.lexaloffle.com/bbs/?tid=35742 Wed, 23 Oct 2019 19:57:47 UTC Sprite Test <p> <table><tr><td> <a href="/bbs/?pid=55226#p"> <img src="/bbs/thumbs/pico55225.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=55226#p"> Sprite Test 0.0.0.0.0.1.74</a><br><br> by <a href="/bbs/?uid=15734"> Wackerly</a> <br><br><br> <a href="/bbs/?pid=55226#p"> [Click to Play]</a> </td></tr></table> </p> <p>Just testing out some sprite art that I made. Don't look directly at the code without personal protective equipment.</p> https://www.lexaloffle.com/bbs/?tid=31681 https://www.lexaloffle.com/bbs/?tid=31681 Thu, 16 Aug 2018 00:48:17 UTC Bubble Experiment <p> <table><tr><td> <a href="/bbs/?pid=32671#p"> <img src="/bbs/thumbs/pico32670.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=32671#p"> Bubble Experiment 1.1</a><br><br> by <a href="/bbs/?uid=15734"> Wackerly</a> <br><br><br> <a href="/bbs/?pid=32671#p"> [Click to Play]</a> </td></tr></table> </p> <p>This is an experiment to test my understanding of handling collision detection for a large number of items on the screen. I'm proud to say that this cartridge can handle ~90 large bubbles or ~200 small bubbles before skipping draw frames (visible slowdown). The code is kind of messy, so if you need help interpreting what it does, let me know.</p> <p>Controls:<br /> Up and Down: adds or removes 1 bubble<br /> Left and Right: adds or removes 10 bubbles<br /> X button: switches between large and small bubbles<br /> O button: resets the program</p> https://www.lexaloffle.com/bbs/?tid=28094 https://www.lexaloffle.com/bbs/?tid=28094 Mon, 21 Nov 2016 07:05:46 UTC MontyPong64 <p>Hello, peoples! This is my first Pico-8 cartridge (as well as my first game project I completed to a point that it could be called 1.0). Yes, it's the PONG-esque tutorial game from Picozine #1, but I added a few things that the tutorial did not cover including:<br /> -3 music tracks<br /> -An intro screen<br /> -A game over message<br /> -random starting angle<br /> -variable angle changes based on where the ball hits the paddle<br /> -speed-up button<br /> -bonus lives awarded every 500 points</p> <p>This took about 8 hours on and off to code and was completed within 14 hours. What a long day it was! 8(</p> <p>Enjoy!</p> <p>-Wackerly</p> <p> <table><tr><td> <a href="/bbs/?pid=31019#p"> <img src="/bbs/thumbs/pico31017.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=31019#p"> MontyPong64 1.0</a><br><br> by <a href="/bbs/?uid=15734"> Wackerly</a> <br><br><br> <a href="/bbs/?pid=31019#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=27902 https://www.lexaloffle.com/bbs/?tid=27902 Sun, 16 Oct 2016 06:47:42 UTC