Ensure you have g++ or clang installed.
g++
clang
g++ -o Engine *.cpp -lstdc++
Inherit from the PlayerController class to handle game logic.
PlayerController