This repository contains simple arcade game written in C++ using SDL2 library.
Yon need cmake, make and SDL2 libraries:
- SDL2
- SDL2_ttf
- SD2_mixer
In Ubuntu you can install them all with
apt-get install make cmake libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev
From project's root directory:
mkdir build
cd build
cmake ..
makeRun outerspace executable from project's root directory, since it uses some assets.

