You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raycasting is the process of shooting a vector or ray from the characters perspective and rendering the exact points that the vectors hit. The rest of the area is left out blank which allows to provide a 3d effect
It involves basic trigonometric calculations
Setup
To run the file:
enable the env or have pygame installed
run python3 boom.py
Preview
About
A simple doom-esque game built with pygame and a custom coded raycaster