mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-13 04:27:59 +01:00
25 lines
812 B
Markdown
25 lines
812 B
Markdown
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>
|