maksverver / duokoban-heroku

Duokoban: a puzzle game for two players using a single keyboard

Home Page:https://duokoban.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duokoban (Heroku)

Deprecation notice!

This project is no longer maintained since Heroku shut down its free tier.

For a static version of the game that works (but does not support rating levels or submitting custom levels), see: https://github.com/maksverver/duokoban-static

Installation instructions

To install node_modules:

npm install

To run locally:

# Note: this uses the production database!
export DATABASE_URL=$(heroku config:get DATABASE_URL)?ssl=true
node server.js

About

Duokoban: a puzzle game for two players using a single keyboard

https://duokoban.herokuapp.com/


Languages

Language:JavaScript 90.8%Language:HTML 6.6%Language:CSS 2.6%Language:Procfile 0.0%