A collection of recreations of Griffpatch's tutorial projects for convenience. They're almost identical and can be loaded in Scratch and Turbowarp. Credit to Griffpatch and his tutorials.
Raycasting is a technique used in computer graphics to render a 3D scene efficiently using trigonometry and a 2D projection. In this particular implementation, I used the Pygame library to develop a ...