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
- Host: GitHub
- URL: https://github.com/coderitual/round-royale
- Owner: coderitual
- Created: 2017-08-19T13:56:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T15:45:27.000Z (over 6 years ago)
- Last Synced: 2025-03-28T17:02:09.622Z (23 days ago)
- Topics: functional-programming, game, gamedev, js13k, js13kgames
- Language: JavaScript
- Size: 176 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```