Skip to content

ottoszika/pongjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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