Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 276 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 276 Bytes

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