https://code.visualstudio.com/download Once installed on machine, add the C/C++ Intellisense extension
https://github.com/git-guides/install-git
In a VSCode terminal:
git clone https://github.com/Div1neLegacY/GameDevProject.git
In VSCode:
# To Build
LCtrl + LShift + B
# To run
F5