/ld37

A game about letting go for Ludum Dare 37 "One Room"

Primary LanguageJavaScriptOtherNOASSERTION

LD37 "One Room"

This game was made for Ludum Dare 37, December 10-12 2016.

Play it

Click on the game and press SPACEBAR to start.

Use the keyboard ARROW KEYS to take action.

Have fun?

Vote for my game!

I'm @yafd on Twitter

Build instructions

The build process creates the the texture atlases, creates a minified version of the code, and creates a zip file of the packaged game. But you can also just run grunt atlas to regenerate the texture atlases and run the game directly from the game directory with grunt connect.

Requires node and grunt.

  1. Install dependencies: npm install
  2. Build: grunt build

Clean the build with grunt clean. Build the texture atlases with grunt atlas. Run a minimal web server to launch the game with grunt connect.