Eyesplosion

Eyesplosion

This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
coolness: 0.20
The dark eye overlord is trying to invade the castle of the mage guild.. on his way he has to work around obstacles and defenses by shape-sploding (very painful) into other races

Hey hey hey!

I'm done-ish, it has sound, music, levels, unfinished graphics.. all that jazz, but it is time for me to submit, so here it goes!

Controls consist of left and right clicking, the game tells you what's up so no worries

Sadly, you can get stuck when shape-shifting/climbing ladders (sorry!)

Other than that there isnt much to say besides that I should've gone for an infinite scroller minigame type thing, oh well. next time

Building on linux/mac/... (I will provide a debian build once I've had sleep)

You need CMake, compiler of choice and packages required by SFML (https://github.com/SFML/SFML/wiki/Tutorial:-Installing-SFML-dependencies for example)

Then do:

git clone git://github.com/imerr/LD35.git

cd LD35

git submodule init

git submodule update

cd Engine

git submodule init

git submodule update

cd ../..

mkdir build

cd build

cmake -G"PUT YOUR GENERATOR TYPE HERE*" ../LD35 -DCMAKE_BUILD_TYPE=Release

make

* for example "Unix Makefiles", see https://cmake.org/cmake/help/v3.0/manual/cmake-generators.7.html or cmake help

or the build tool of your choice
Found a bug?
Tell us on Discord