Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 302 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 302 Bytes

Snowball-fight

A little game about snowball fighting. It is used in Christmas 2012.

Setup

$ npm install
$ grunt
$ node server

Open http://localhost:3000 and enjoy it:)

For development, you may set the uglify options:

mangle: false
beautify: false

in Gruntfile.coffee.