SFML port of a Python raycasting 3D game tutorial. I'm going to (mostly) follow this video: https://www.youtube.com/watch?v=ECqUrT7IdqQ This is my first C++ project.
This is NOT a 3D game! This is the repository where I followed this great blog post by @grantshandy: https://grantshandy.github.io/raycasting/. It shows you how to ...