/subs

Multiplayer bomberman-esque JS game

Primary LanguageJavaScriptMIT LicenseMIT

subs

This is a game (work in progress) that is designed to be a 2D browser-based realtime strategy game. It is similar to the game bomberman.

Live demo

Playable, but needs work

Visit: http://54.234.167.67

Run your own game

Install node.js dependencies, prepare clientside js:

npm install -g uglify-js
make

Start the server:

node server

Visit: http://localhost:3000