In this module we will be looking at a way to organize and structure code in our game engine.
Note: On occassion I might add some notes here (e.g. common questions from office hours), so consider this a 'beta' product.
Perhaps some relevant snippet below!
int main(){
return 0;
}