2016rshah / MobileKombatNode

Node port of my MobileKombat game, since Meteor doesn't do free hosting anymore

Home Page:http://thawing-reaches-16401.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#MobileKombatNode

This is a bit of a custom fork of mk.js.

You can control Mortal Kombat characters using SMS!

To use: Text <player number><action> to (Phone Number TBA)

Example: 1HP would make player 1 throw a high punch.

Player numbers: 1, 2

Player commands:

  • L (left),
  • R (right),
  • U (up),
  • D (down),
  • B (block),
  • HK (high kick),
  • LK (low kick),
  • HP (high punch),
  • LP (low punch)

##Live Demo

Check out my hosted version here.

##Todo

  • Implement a way for multiple games to be played simultaneously
    • Have phone connect to a 'room'

##Installing it on your own

Installation is super simple. Clone the repo, run npm install, and point your twilio SMS webhook to http://yoururl/webhook. That's it!

About

Node port of my MobileKombat game, since Meteor doesn't do free hosting anymore

http://thawing-reaches-16401.herokuapp.com


Languages

Language:JavaScript 97.1%Language:CSS 1.6%Language:HTML 1.4%