jeromkiller [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=62581 amiga_boing <p> <table><tr><td> <a href="/bbs/?pid=105769#p"> <img src="/bbs/thumbs/pico8_amiga_boing-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=105769#p"> amiga boing</a><br><br> by <a href="/bbs/?uid=62581"> jeromkiller</a> <br><br><br> <a href="/bbs/?pid=105769#p"> [Click to Play]</a> </td></tr></table> </p> <p>A little demo I created to test out palette cycling effect.<br /> and to try playing with a shadow effect which I'm pretty proud of.</p> <p>So why not recreate the boing demo for the commodore amiga which also used palette cycling effect.</p> <p>for the shadow I created my own line drawing function using <a href="https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm">Bresenham's line algorithm</a></p> <p>I have taken the ball sprites from <a href="https://www.lexaloffle.com/bbs/?pid=79461#p">Two_Owls</a> because my original ball didn't look too great.</p> <p>drawing the lines with shadows could deffinetly be improved, especialy because we know the size and location of the shadow :P</p> https://www.lexaloffle.com/bbs/?tid=46337 https://www.lexaloffle.com/bbs/?tid=46337 Thu, 27 Jan 2022 22:02:59 UTC aoc2021day11 <h1>~epilepsy warning~</h1> <h2>contains flashing images</h2> <p> <table><tr><td> <a href="/bbs/?pid=105766#p"> <img src="/bbs/thumbs/pico8_aoc2021day11-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=105766#p"> aoc2021day11</a><br><br> by <a href="/bbs/?uid=62581"> jeromkiller</a> <br><br><br> <a href="/bbs/?pid=105766#p"> [Click to Play]</a> </td></tr></table> </p> <p>This is the first program I wrote for the pico-8.<br /> Its the test solution of <a href="https://adventofcode.com/2021/day/11">day 11 of advent of code 2021</a>.</p> <p>This project was mostly to play around with the sprite editor and some of the things I learned from the hello world example.<br /> I basically ported my original solution made in c so the code isn't that clean or well documented.</p> https://www.lexaloffle.com/bbs/?tid=46336 https://www.lexaloffle.com/bbs/?tid=46336 Thu, 27 Jan 2022 21:39:39 UTC