Welcome to our cub3d project! As a team, we'll be diving into the exciting world of raycasting and basic 3D graphics programming. Our main goal is to create a simple 3D maze game from scratch using ...
This demo uses an std::string as its map, where a '#' represents a wall, a '.' represents open space (the floor if you look at the map as a bird's-eye view), and a 'S' represents the starting position ...