#PICO-8 Raycaster Demo (WIP)

1 messages · Page 1 of 1 (latest)

lean storm
#

Hello!

https://aquasition.itch.io/raycast-demo

I've been making a raycaster demo on PICO-8, and it's been a lot of fun developing it! Right now, I'm working on sorting out sprite viewing, as I can't seem to get it right, due to issues determining whether I can see the sprites or not! I've managed to make maps in PICO-8's Lua code directly, have frameworks for the weapons, and can raycast the walls effectively!

itch.io

Raycast Demo

brazen hawk
#

I'm gonna be real with you dude this is fucking awesome. I've seen raycasters in pico-8 before but i i didn't realise how hard they were to do before i tried to make my own with open gl. Nice work My only, personal gripe with it is that the dithering is a bit jarring but that's a matter of preference

lean storm
#

Minor update: I managed to get the enemy to shoot at me, using the same projectiles I can shoot.

lean storm