postgoodism [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=86328 Stand Elsewhere <p> <table><tr><td> <a href="/bbs/?pid=158521#p"> <img src="/bbs/thumbs/pico8_stand_elsewhere-3.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=158521#p"> Stand Elsewhere</a><br><br> by <a href="/bbs/?uid=86328"> postgoodism</a> <br><br><br> <a href="/bbs/?pid=158521#p"> [Click to Play]</a> </td></tr></table> </p> <p>Stand Elsewhere re-imagines <a href="https://en.wikipedia.org/wiki/The_Body_(King_novella)">Stephen King's novella &quot;The Body&quot;</a>, perhaps better known for its 1986 film adaptation <a href="https://en.wikipedia.org/wiki/Stand_by_Me_(film)">&quot;Stand By Me&quot;</a>. While King's story takes place in his favorite fictional Maine town of <a href="https://en.wikipedia.org/wiki/Castle_Rock_(Stephen_King)">Castle Rock</a>, the film canonically moves Castle Rock to Oregon. So, it's a story about some folks walking along a <strong>trail</strong>, in <strong>Oregon</strong>, managing meager resources on a tight deadline, and <em>literally</em> facing choices like &quot;hey there's a body of water in our way -- should we detour around it, or just walk right through and hope nothing bad happens&quot;?</p> <p>The pitch basically wrote itself, and the result is an IF-style adventure along the Oregon trail. Set out from Castle Rock on your mission to become local celebrities. Will you find the body of Ray Brower, the missing boy? </p> <p><img loading="lazy" style="margin-bottom:16px" border=0 src="/media/86328/walking.gif" alt="" /> <img loading="lazy" style="margin-bottom:16px" border=0 src="/media/86328/8_thebody_12.png" alt="" /></p> <ul> <li>Explore a junkyard with friends</li> <li>Try to keep Teddy from doing something stupid</li> <li>Tell stories around the campfire</li> <li>Listen to Vern whine about being hungry</li> <li>Find out whether you can outrun a locomotive</li> <li>Groove to a full soundtrack of 1950s pop hits, lovingly rendered in PICO-8 by talented guest musicians!</li> </ul> <p>Yes, this game has leeches. It also has dogs. Find out whether you can pet them -- either of them!</p> <p><em>Created for the <a href="https://itch.io/jam/picostevemo-2">PiCoSteveMo 2</a> game jam. More info on the game's <a href="https://postgoodism.itch.io/stand-elsewhere">itch page</a>.</em></p> https://www.lexaloffle.com/bbs/?tid=145820 https://www.lexaloffle.com/bbs/?tid=145820 Sun, 01 Dec 2024 15:29:14 UTC userdata f64 vectors don't support integer divide <p>I was writing a function to convert screen-space to tile-space just now, and I figured I'd try storing coordinates as userdata (via <code>vec(x,y)</code>) instead of separate x/y values. It mostly works, except that vectors don't support the integer divide operator <code>\</code>. I was wondering if this was intentional; <code>\</code> for integer divide isn't mentioned anywhere in the Picotron manual, where I'd expect to find it in the <a href="https://www.lexaloffle.com/dl/docs/picotron_manual.html#Picotron_Lua">Picotron Lua</a> section. But it clearly still works for scalar values -- perhaps only by accident?</p> <p>Is the intent perhaps that integer vectors should use an explicitly integer-typed userdata (e.g. <code>userdata(&quot;i32&quot;,0,0)</code>), in which case the standard <code>/</code> division operator would already have round-to-integer semantics?</p> https://www.lexaloffle.com/bbs/?tid=143770 https://www.lexaloffle.com/bbs/?tid=143770 Tue, 20 Aug 2024 15:57:28 UTC Dolan's Cadillac <p> <table><tr><td> <a href="/bbs/?pid=138045#p"> <img src="/bbs/thumbs/pico8_dolans_cadillac-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=138045#p"> Dolan's Cadillac 1.0</a><br><br> by <a href="/bbs/?uid=86328"> postgoodism</a> <br><br><br> <a href="/bbs/?pid=138045#p"> [Click to Play]</a> </td></tr></table> </p> <p>Murder, vengeance, and poorly marked road hazards: Dolan's Cadillac is a match-3 massacre inspired by the <a href="https://en.wikipedia.org/wiki/Dolan%27s_Cadillac_(novella)">Stephen King novella</a> of the same name. </p> <p>In this game, you take revenge on the mob boss who killed your wife by burying him alive in his beloved Cadillac.</p> <p>&quot;this is about the most metal concept for a match-three game I've ever seen...&quot; -Evan Balster, Mastodon</p> <p>Created for the <a href="https://itch.io/jam/picostevemo">PiCoSteveMo</a> game jam. More info on the game's <a href="https://postgoodism.itch.io/dolans-cadillac">itch page</a>.</p> <p>(Note: the version on itch has a few extra Easter eggs that required running the cart through a minifier in order to keep the code smaller enough. The version hosted here has identical gameplay and somewhat more readable code, if that's the sort of thing you're into.)</p> https://www.lexaloffle.com/bbs/?tid=55175 https://www.lexaloffle.com/bbs/?tid=55175 Thu, 30 Nov 2023 15:56:17 UTC