Skip to content

SuperUserDone/Tower-Defence-UNAMED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABANDONED

Tower-Defence-UNAMED

A simple 2D tower defence game inspired by Mindustry written in C++. Currently has no name, suggest a name if you want as an issue.

Dependencies

SFML

LibThor

Building

Clone repository localy.

Create Build directory:

mkdir build

Cd into build directory:

cd build

Run Cmake:

cmake ..

or

cmake-gui ..

Compile:

make

Copy data files to executeable directory:

cp ../Data ./Data