This project is a recreation of the original DOOM engine in Unity. Along the way, I'm learning about things like BSP (binary space partition) trees.
I'm following the notes in this repo, which is written in C++, so this project also involves me converting C++ into C# code:
I found the link to the previously linked repo from this video, which is doing the same thing, but in Python.