Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 440 Bytes

File metadata and controls

25 lines (20 loc) · 440 Bytes

Pure C++ Game Project

Steps

1. Install VSCode

https://code.visualstudio.com/download Once installed on machine, add the C/C++ Intellisense extension

2. Install GIT

https://github.com/git-guides/install-git

3. Download repo and setup

In a VSCode terminal:

git clone https://github.com/Div1neLegacY/GameDevProject.git

4. Building and running game

In VSCode:

# To Build
LCtrl + LShift + B

# To run
F5