Skip to content

MemoryLeek/ld28

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ludum Dare #28 (Jam)

Visit our submission at http://www.ludumdare.com/compo/ludum-dare-28/?action=preview&uid=7989 for the full description about what we planned and what we finished.

Compiling the source

We're using the following libraries in the game:

  • SFML 2.1
  • Box2D 2.3.0

And these in our tools:

  • Qt5
  • Tiled (libtiled)

Linux

cd src/
qmake -config release
make