Skip to content

Round Royale - a js13kGames 2017 competition entry by @coderitual.

Notifications You must be signed in to change notification settings

js13kGames/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