en / es / ca / de

Escape from Death

This is a horror game in which the protagonist and his friend have been kidnapped. The aim is to rescue the friend and get away together before they're found by the killer.

Source code

Features

  • The elements behind the doors are: friend, killer and exit.
  • These characters are placed randomly in each game.
  • You must find the friend first in order to escape, it will not be possible to leave without him even if the exit is found.
  • As the game goes on, messages that guide the story emerge.
  • Running into the killer means losing the game.

What I learned

  • How to import external sources.
  • How to manipulate images and create compositions with GIMP.
  • How to conditionally render elements with JavaScript.
  • How to add sounds in DOM.

Technologies

  • Front-end: JavaScript (ES6), HTML, CSS
  • Back-end: -