This is 53E's codebase for the 2023, 2024 Over Under Season.
This project follows Google's style guide, with a few exceptions.
Use of pragma once is permitted in the place of normal header guards. We only ever need to compile for one architecture, with the same compiler each time, so using non-standard features is not an issue for us.
Use .cpp for C++ body files, and .hpp for C++ header files.
Here are the people and codebases that helped us along the way: