deepsworld / Arkenoid

Classic Arkenoid game create with SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arkenoid

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 Arkenoid game create with SFML


Languages

Language:C++ 92.9%Language:CMake 7.1%