This was a game I made a couple years ago (hence lack of /src and good code/commit formatting) following this raycasting tutorial for a "2.5D" games in PyGame. I decided to repurpose it into a ...
This project follows a raycasting DOOM clone in Python using the instructions found in https://www.youtube.com/watch?v=ECqUrT7IdqQ I am attempting to follow the ...