deepsworld / Asteroids

Classic Asteroid Game built with SMFL & C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asteroids

Built from scratch using SMFL and C++

Build & Install

Download and extract SFML in external

mkdir build 
cd build 
# requires cmake >= 3.0
cmake .. -DSFML_VER=<version_no>

About

Classic Asteroid Game built with SMFL & C++


Languages

Language:C++ 71.1%Language:CMake 28.9%