Navigation Menu

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

belen-albeza/ldjam-33

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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