Remake of DeadEnd II
, a puzzle game initially developed by Wolfgang Thaller (released for the Macintosh in 1998).
Live demo: https://tests.arfeo.net/deadend/
Level editor is available here.
DeadEnd is a strategy game. It is your goal to find a path out of a dungeon by pushing massive blocks of stone out of your way. This is a very tricky task because stones are so heavy that
- you can move them only one by one,
- you need space to step back and take a run, and
- you can only push, not pull.
You have to develop a strategy and move pieces in the correct order, otherwise stones will block the way to exit. A piece pushed to the wrong place could be an obstacle for removing another block from your path. At higher levels there will be blocks which can only be pushed into one direction.
Keyboard arrow keys control a blue ball which you have to guide to the exit in order to reach the next level. If you move the ball to a block, the ball will try to push it.
If you get stuck, use the Undo button. You can go to another level at any time using the Go to... button, but it is highly recommended to solve the levels one after another.
Clone the project:
$ git clone https://github.com/arfeo/DeadEnd.git && cd DeadEnd
Run:
$ yarn
$ yarn start
Build:
$ yarn build