ottoszika / pongjs

Simple multiplayer ping-pong game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pongjs

Simple multiplayer ping-pong game written in CoffeeScript, LESS and Jade.

Deploy

Demo: https://pong-js.herokuapp.com/

First of all you need to install all Node JS project dependencies.

$ npm install

To build the project we are using grunt.

You can build in debug mode by simply writing:

$ grunt dev

Or you can build directly in production mode using:

$ grunt dist

If you don't have grunt installed, you can install it globally (In most cases you need to run this as root)

$ sudo npm install grunt-cli -g

To run the server, just type:

$ npm start

About

Simple multiplayer ping-pong game

License:GNU General Public License v2.0


Languages

Language:CoffeeScript 84.4%Language:HTML 7.8%Language:CSS 7.6%Language:JavaScript 0.2%