2012-07-08 22:11:31 +02:00
Become Derpy Hooves and fight with muffinzombies in this free software game in order to rescue Ponyville ponies so they can defeat Discord once again!
2012-05-19 15:01:59 +02:00
2012-07-08 22:11:31 +02:00
Equestria is again under Discord's attack! Now he's using an army of muffinzombies to bring back chaos and lack of harmony into ponies world. But he didn't think about some mare who knows everything about muffins...
2012-05-19 15:01:59 +02:00
2012-05-19 15:03:32 +02:00
*Super Derpy: Muffin Attack* is written in C and requires Allegro 5.0.6. Works on Windows, GNU/Linux and Mac OS X.
2012-05-19 15:01:59 +02:00
2012-11-15 02:48:21 +01:00
The game uses CMake as build system, so its building process is pretty typical.
2012-09-29 04:00:22 +02:00
2012-08-19 03:25:17 +02:00
Compilation:
2012-05-19 15:01:59 +02:00
2012-08-19 03:25:17 +02:00
mkdir build; cd build
cmake ..
2012-05-19 15:01:59 +02:00
make
2012-08-19 03:25:17 +02:00
Running (from top directory):
2012-05-19 15:01:59 +02:00
2012-08-19 03:25:17 +02:00
build/superderpy
2012-05-19 21:59:46 +02:00
2012-09-29 04:00:22 +02:00
Installation (as root):
make install
For packaging information, read lib/README.txt
2012-05-19 21:59:46 +02:00
Written by Sebastian Krzyszkowiak < dos @ dosowisko . net >