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.git
or download the.zip
file - Inside the folder open up a
Terminal
and type in:cmake -S . -B build
- Navigate into the
build
Folder and open thegame.sln
to 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++.