Crazy Puzzle Unicorn (CPU)
Ludum Dare 37: One Room
The Game
Story
You are trapped in a gigantic tower.
All levels are connected and form a big room.
Your mission is to beat your way through all levels and reach the top of the tower.
But beware! If you make a bad move you will fall down and hopefully land on a lower level.
Controls
You control the unicorn with the arrow keys. The map is draggable with the mouse so you can get an overview of the level.
Bonus
As a bonus we added a map editor for you to design own challenging levels.
Credits
* Felix Richter(@felix5721): Heavy map design
* Niels Bernlöhr(@k0rmarun): Game code, map design
* Malte Heinzelmann(@hnzlmnn): Game code, SGL(https://github.com/CaffeineProcessorsUnited/superior-game-library) library code
* Maria Stepanov(@butterwelt): Beautiful assets
Development
Running
Prerequisites
To run the jar file make sure you have a JRE installed and added to your PATH variable by running:
java -version
If the command returns information about your Java installation, you're good to go. If an error is returned download and install Java: https://www.java.com/de/download/
Execute
If you have JRE installed simply run:
java -jar FILENAME.jar



Comments7
Sadly, the levels turned out to be too hard for me pretty quickly.
Still, I like the puzzle mechanics you used.
I liked the interesting variety of puzzle tile types, and the simple and effective art.
The puzzles became rather hard, so the "drag to view" feature made a great gameplay difference, letting us plan ahead.
Nice entry! Also, nice to see LibGDX used in another game.