/round-royale

My entry for the js13k 2017 game jam

Primary LanguageJavaScript

Round Royale

A game entry for js13k 2017 competition.

See the competition page and play the game.

Build

# start build watch and liverload (server + client)
$ npm run start

# build for production
$ npm run build