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.
in this project, we create a script to throw snack foods out of a vending machine when clicked on using two different methods, one being raycasting to specific layers and another as a call to the ...