
StarCraft has always held a special place in my heart. It was the game that first inspired me to dream of
becoming a game developer. It planted a question in my mind, how does this all work under the hood?
The curiosity eventually became a challenge I set myself: to build a handmade RTS engine from scratch.
Within the root directory of the project, simply run build.bat
> buildIf you want release build, run with the following argument:
> build release$Thanks to these apex level programmers.
These people share invaluable knowledge on the internet and play a huge role in making the C/C++ ecosystem better. For anyone looking to take the first step in building a game from scratch, I highly recommend Casey Muratori's renowned project, Handmade Hero.