This is a rewrite of the well-known game Escape, in C++/Qt/OpenGL.
You'll need classical build tools (build-essentials), and the
following libraries:
- Qt (>=4)
- OpenGl (>= 2)
$ qmake
$ make clean
$ make -j4
- On Linux:
$ ./escape
- On Mac OS X:
$ ./escape.app/Contents/MacOS/escape