Game Template

This is a template project for a C++ game using SDL2.

Getting Started

Download

git clone --recurse-submodules https://github.com/daviskauffmann/game-template.git
cd game-template

Build

mkdir build
cd build
cmake ..