raycaster icon indicating copy to clipboard operation
raycaster copied to clipboard

Wolfenstein 3D-style raycasting implementation

Results 2 raycaster issues
Sort by recently updated
recently updated
newest added

+ The refactor in #3 was not good enough, so I came up with another one. In this new refactor, raycaster only needs a reference to the Map object instead...

I also refactored IsWall() into class Game. This allows me to use this function in Game and remove duplicates of IsWall() for cleaner code.