charlie_says [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=403 3d Wars <p> <table><tr><td> <a href="/bbs/?pid=14491#p"> <img src="/bbs/thumbs/pico14490.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=14491#p"> 3d Wars 0.0.1</a><br><br> by <a href="/bbs/?uid=403"> charlie_says</a> <br><br><br> <a href="/bbs/?pid=14491#p"> [Click to Play]</a> </td></tr></table> </p> <p>Here's my Pico8 game 3D Wars.</p> <p>It's a simple invaders game, with an added anaglyph (red/blue) 3d mode. </p> <p>The anaglyph mode is very rough and ready. The red/blues aren't quite the correct hue (and as there's no way to hack the palette they just have to do). Also, because there's no blendmode natively available, it relies on persistence of vision to make it work. [ WARNING ] This means it is VERY flickery - if you're in any way sensitive to strobe lighting give the 3d mode a miss!</p> https://www.lexaloffle.com/bbs/?tid=2506 https://www.lexaloffle.com/bbs/?tid=2506 Tue, 22 Sep 2015 15:00:47 UTC table remove <p>Having sorted my table, I'm now having difficulty with nil elements...</p> <p>Is there a way to remove a table element, and not leave a nil value there?</p> https://www.lexaloffle.com/bbs/?tid=2481 https://www.lexaloffle.com/bbs/?tid=2481 Wed, 16 Sep 2015 15:55:34 UTC sort table <p>Is it possible to sort a table in pico8?</p> <p>I think that tables aren't (necessarily) ordered in Lua (not sure about pico8), but I need to do some rudimentary depth sorting...</p> <p>Solutions or workarounds gratefully received!</p> https://www.lexaloffle.com/bbs/?tid=2477 https://www.lexaloffle.com/bbs/?tid=2477 Tue, 15 Sep 2015 16:18:36 UTC Blendmode <p>Is there a way of achieving a blend mode with sprites?<br /> I'm guessing it would be possible by drawing the pixels individually - checking whether there was already any value drawn in that position... but I fear this would be unusably slow.</p> https://www.lexaloffle.com/bbs/?tid=2450 https://www.lexaloffle.com/bbs/?tid=2450 Thu, 10 Sep 2015 14:49:00 UTC