Log In  
Follow
charlie_says

Cart #14490 | 2015-09-22 | Code ▽ | Embed ▽ | No License
3

Here's my Pico8 game 3D Wars.

It's a simple invaders game, with an added anaglyph (red/blue) 3d mode.

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!

3
6 comments



Having sorted my table, I'm now having difficulty with nil elements...

Is there a way to remove a table element, and not leave a nil value there?

2 comments



Is it possible to sort a table in pico8?

I think that tables aren't (necessarily) ordered in Lua (not sure about pico8), but I need to do some rudimentary depth sorting...

Solutions or workarounds gratefully received!

4
21 comments



Is there a way of achieving a blend mode with sprites?
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.

1 comment