/LudumDareJam-30

This is public repository for our Ludum Dare Jam 30 entry.

Primary LanguageC++MIT LicenseMIT

Ludum Dare 30 Jam Entry

This is Ludum Dare 30 jam entry.

The game has been programmed with C++ and it depends on Simple Fast Media Library 2.1.

How to play on Linux

$ sudo apt-get install build-essential git libsfml-dev
$ git clone https://github.com/TMKCodes/LudumDareJam-30.git
$ cd LudumDareJam-30
$ make
$ sudo make install
$ LD30

How to remove from Linux

cd LudumDareJam-30
sudo make uninstall