Skip to content

coderitual/round-royale

Repository files navigation

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