Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 752 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 752 Bytes

Ludum Dare #34 (Jam)

Go to http://www.ludumdare.com/compo/ludum-dare-34/?action=preview&uid=7989 for a full description of the game.

Compiling the source

We're using the following libraries in the game:

Since we both used Qt Creator we went with the default .pro/qmake build system, this means that you have to have qmake installed to compile this, even though we didn't use Qt itself.

Linux

git clone --recursive https://github.com/MemoryLeek/ld34.git
cd ld34
qmake
make

The compiled binary will be put in the bin directory. This should also be your working directory when starting the game.