Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 688 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 688 Bytes

Tales of the Underworld - Rebellion of the Souls

Entry for the Ludum Dare #33 game jam. In case you are curious about the development, there's a full post-mortem at my blog.

Play in the browser

Use arrow keys to move and jump.

To run locally

You need:

  • Node and npm
  • Gulp npm install -g gulp

Clone the repository and cd into it. Then install dependencies:

npm install

Now you can run the game in localhost:8080 with:

gulp