SFML community forums

General => SFML projects => Topic started by: neufrin on December 25, 2012, 11:07:10 am

Title: Escape the Labyrinth - 2D maze game
Post by: neufrin on December 25, 2012, 11:07:10 am
Hi,
I made simple game in sfml 2.

Plot: Escape the Labyrinth - play the character of a boy kidnapped by a mad scientist who began to make their experiments on him. We run straight from the operating table with an open skull. In order to survive we need to collect potions prolong our life time. Unfortunately, they are hid in various parts of the maze extending the laboratory. Take to the courage and find the way out of the labyrinth from which you share 27 levels. If you make a mistake the way or you're late, you will die.

Preview: http://youtu.be/AYrDzSicdfk

Download (Vista/7/8): https://www.dropbox.com/s/tpekiaqmp27zlda/ETL_10.zip
Download (XP): https://www.dropbox.com/s/43nitbvl4p3i0b7/ETL_xp.zip

You need Visual C++ Redistributable for Visual Studio 2012 to properly run the game

More info about game: http://neufrin.com/projects/etl/

It's my first release.

cheers
Title: Re: Escape the Labyrinth - 2D maze game
Post by: mateandmetal on December 29, 2012, 03:00:32 am
Nice game
Im stuck on the "depot" level  ;D
I found a portal behind a box but I get back to the previous level "Cube"  :-\

You should include mouse support in the game menu  8)
Title: Re: Escape the Labyrinth - 2D maze game
Post by: neufrin on December 30, 2012, 03:52:13 pm
Thx,
"depot" level is blind alley. In lvl "Cube" you need to find other portal with right way.

In my next project mouse support will be for sure :)