Skip to content

maxlund/minion-massacre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minion Massacre

Installation

  • Dependencies:
    • SFML 2.4
    • TinyXML2
    • TMXparser

All dependencies can be downloaded by running ./setup.sh.

To install & run:

./setup.sh
cd build
./main

Alternative version if the version of GCC pointed to by $PATH is not detected:

mkdir build && cd build
cmake -D CMAKE_C_COMPILER=$(which gcc) -DCMAKE_CXX_COMPILER=$(which g++) ..
make

About

Tower defense game made as part of course at LiU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published