An open API service indexing awesome lists of open source software.

https://github.com/coderitual/round-royale

My entry for the js13k 2017 game jam
https://github.com/coderitual/round-royale

functional-programming game gamedev js13k js13kgames

Last synced: 5 days ago
JSON representation

My entry for the js13k 2017 game jam

Awesome Lists containing this project

README

        

# Round Royale
> A game entry for js13k 2017 competition.

See the [competition page](http://js13kgames.com/entries/round-royale) and play the game.

## Build

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

# build for production
$ npm run build
```