Fast Little Game written in C for YouTube
- Download Visual Studio: https://visualstudio.microsoft.com/downloads/
- Download Cmake: https://cmake.org/download/
- Clone the Repository:
git clone https://github.com/Cakez77/MyFirstGame.gitor download the.zipfile - Inside the folder open up a
Terminaland type in:cmake -S . -B build - Navigate into the
buildFolder and open thegame.slnto start Visual Studio - In Visual Studio set the game Project to Set as Startup Project
- Open Properties of game, Debugging -> Working Directory =
$(ProjectDir)\..
Hope this little project helps you make games in C / C++.

