Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 396 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 396 Bytes

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