alect [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=26906 Play.date Stars Example <p>Was watching a preview of Panic's SDK for their awesome looking <a href="https://play.date">https://play.date</a> and they showed off this fun looking Stars example. I decided to re-implement it in Pico-8 and add some interactivity!</p> <ul> <li>[D-Pad]: influence the direction of the particles</li> <li>[X]: Hold down to slow down the particles</li> <li>[O]: Randomly change the colors of the foreground and background</li> </ul> <p> <table><tr><td> <a href="/bbs/?pid=77016#p"> <img src="/bbs/thumbs/pico8_playdatestars-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=77016#p"> playdatestars</a><br><br> by <a href="/bbs/?uid=26906"> alect</a> <br><br><br> <a href="/bbs/?pid=77016#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=38075 https://www.lexaloffle.com/bbs/?tid=38075 Fri, 22 May 2020 13:20:44 UTC pico lib: a collection of things I use <h2>Pico Lib</h2> <p>After making some games in pico8 I found I was copy and pasting some functions, code designs. With the new(ish) &quot;#include&quot; functionality, I decided to pull those things out into a cart to use as a library. Its still a WIP but right now includes</p> <ul> <li>Vector obj with some functions</li> <li>screenshake manager</li> <li>gamestate manager</li> <li>Actor class with optional.. <ul> <li>animation (multiple sprites per frame)</li> <li>collision (with map flag 1 and other actors)</li> </ul></li> </ul> <p> <table><tr><td> <a href="/bbs/?pid=68896#p"> <img src="/bbs/thumbs/pico8_pico_lib-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=68896#p"> pico_lib</a><br><br> by <a href="/bbs/?uid=26906"> alect</a> <br><br><br> <a href="/bbs/?pid=68896#p"> [Click to Play]</a> </td></tr></table> </p> <h3>Examples</h3> <p> <table><tr><td> <a href="/bbs/?pid=68896#p"> <img src="/bbs/thumbs/pico8_pico_lib_actors_example-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=68896#p"> pico_lib_actors_example</a><br><br> by <a href="/bbs/?uid=26906"> alect</a> <br><br><br> <a href="/bbs/?pid=68896#p"> [Click to Play]</a> </td></tr></table> <br /> <table><tr><td> <a href="/bbs/?pid=68896#p"> <img src="/bbs/thumbs/pico8_pico_lib_state_n_shake_example-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=68896#p"> pico_lib_state_n_shake_example</a><br><br> by <a href="/bbs/?uid=26906"> alect</a> <br><br><br> <a href="/bbs/?pid=68896#p"> [Click to Play]</a> </td></tr></table> </p> https://www.lexaloffle.com/bbs/?tid=35670 https://www.lexaloffle.com/bbs/?tid=35670 Tue, 15 Oct 2019 15:17:34 UTC Civilian Bailout <p> <table><tr><td> <a href="/bbs/?pid=64039#p"> <img src="/bbs/thumbs/pico8_civilian_bailout-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=64039#p"> civilian_bailout</a><br><br> by <a href="/bbs/?uid=26906"> alect</a> <br><br><br> <a href="/bbs/?pid=64039#p"> [Click to Play]</a> </td></tr></table> </p> <h1>LD44: Civilian Bailout</h1> <img style="margin-bottom:16px" border=0 src="https://www.lexaloffle.com/bbs/files/26906/ld44_0.gif" alt="" /> <p>As a government worker you live by the dollar. more specifically, you live to blindy give that dollar to any person who falls out of the sky! Match the color of the funds to the color of the civilians clothing while balancing your usage of the 3 different types of funds to succeed. Giving money from one fund will replenish the others, just don't let anybody wait too long or you'll loose funding everywhere!</p> <p>Press ❎ and 🅾 to cycle through your funds, good luck!</p> <p>Here's the Ludum Dare page <a href="https://ldjam.com/events/ludum-dare/44/civilian-bailout">https://ldjam.com/events/ludum-dare/44/civilian-bailout</a></p> https://www.lexaloffle.com/bbs/?tid=34077 https://www.lexaloffle.com/bbs/?tid=34077 Sun, 28 Apr 2019 21:30:47 UTC titan_ceremony <p> <table><tr><td> <a href="/bbs/?pid=59559#p"> <img src="/bbs/thumbs/pico8_titan_ceremony-1.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=59559#p"> titan_ceremony</a><br><br> by <a href="/bbs/?uid=26906"> alect</a> <br><br><br> <a href="/bbs/?pid=59559#p"> [Click to Play]</a> </td></tr></table> </p> <h2>Overciew</h2> <p>to spurn the titan god<br /> sacrifices must be made<br /> ...<br /> This is a small arcade game made for Ludum Dare 43.</p> <h2>How to play</h2> <h3>Goal</h3> <p>complete the desired sacrifices as they appear by taking bread, coin, and pig from the bottom alters<br /> and placing them on the top alters. Make sure your offerings are in the correct order, or they don�t<br /> count. Don�t let your life hit zero or your band of zealots may become the sacrifice! </p> <h3>Controls</h3> <p>[left] [right]: move the zealots<br /> [X]: pick up a new sacrifice AND pass the items down the line<br /> [C] (pico-8 &quot;O&quot; button): pass the items down the line (without picking up a new one)</p> <h3>Versions</h3> <ul> <li>0: initial release </li> <li>1: remade title screen</li> </ul> https://www.lexaloffle.com/bbs/?tid=32416 https://www.lexaloffle.com/bbs/?tid=32416 Sun, 02 Dec 2018 03:50:00 UTC