Skip to content

Repository files navigation

OuterSpace

This repository contains simple arcade game written in C++ using SDL2 library.

Build

Prerequisites

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

Building

From project's root directory:

mkdir build
cd build
cmake ..
make

Running

Run outerspace executable from project's root directory, since it uses some assets.

Screenshots

About

Simple game on C++ with using SDL 2.0

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages