Technical Documentation

Building the Engine

Ensure you have g++ or clang installed.

g++ -o Engine *.cpp -lstdc++

Scripting with C#

Inherit from the PlayerController class to handle game logic.