Log In  

Cart #mot_taxi-0 | 2023-07-08 | Code ▽ | Embed ▽ | No License
7

This is basically a Wolfenstein-3D style ray-caster with floor tiles.
There's no gameplay or even collision detection so far.

The top right of the Pico-8 map region is used to layout the game, using the sprites in tab 3.

The sprites correspond to 8x8 regions in the top left of the map area, which represent the "texture" to draw.

P#131761 2023-07-08 23:12

very cool

P#131765 2023-07-09 01:06

raycasting in map space for floor? clever!

btw there is significant optimization path reusing cos/sin from the scanline to compute map raycasting direction + reuse to compute texture length using the dx*cos+dy*sin trick

P#131771 2023-07-09 05:41 ( Edited 2023-07-10 07:02)

That looks great, can't wait to see where it goes.

P#132099 2023-07-18 13:09

[Please log in to post a comment]