dos1 / SuperDerpy

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! Written in C using Allegro 5, works on Windows, GNU/Linux and Mac OS X.
http://www.superderpy.com/
GNU General Public License v2.0
18 stars 4 forks source link

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!

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...

Super Derpy: Muffin Attack is written in C and requires Allegro 5.0.6. Works on Windows, GNU/Linux and Mac OS X.

The game uses CMake as build system, so its building process is pretty typical.

Compilation:

mkdir build; cd build
cmake ..
make

Running (from top directory):

build/superderpy

Installation (as root):

make install

For packaging information, read lib/README.txt

Written by Sebastian Krzyszkowiak dos@dosowisko.net