Clone of https://github.com/PfAndrey/supermariohd
1. Clone:
git clone --recursive https://github.com/ginpachiSensei/TestGame.git
If cloned without recusive use git submodule update --init
to fix
This project imports it's dependency on SFML via a git submodule in the ext folder.
- Requirements
- CMake -- required to build this project
2. Build project
cd TestGame
mkdir build && cd build
cmake ..
./TestGame
SFML can be found http://www.sfml-dev.org