Welcome to my raycaster program! If you don't know what a raycaster is, put simply, it's a 3D simulation of a 2D space. This simulation is accomplished by sending rays out from the player's position ...
Essentially, this is an effort to rewrite the map loading system in the current raycasting engine. The original loader set out to do two things, initally: Allow users to create and test levels without ...