Implemented the raycasting core of a Wolfenstein-style engine using C and MiniLibX. Built the rendering loop that casts rays per screen column, calculates wall intersections, corrects fisheye distortion, and projects textured walls. Focused on mathematical precision, performance, and stable real-time rendering.
