https://github.com/nullobject/risk
A game of Risk played on a hexgrid.
https://github.com/nullobject/risk
functional-programming game javascript reactive-programming risk
Last synced: 6 months ago
JSON representation
A game of Risk played on a hexgrid.
- Host: GitHub
- URL: https://github.com/nullobject/risk
- Owner: nullobject
- License: mit
- Created: 2014-04-29T05:53:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T08:47:00.000Z (over 4 years ago)
- Last Synced: 2025-04-12T08:12:42.876Z (6 months ago)
- Topics: functional-programming, game, javascript, reactive-programming, risk
- Language: JavaScript
- Homepage: https://risk.joshbassett.info
- Size: 1.89 MB
- Stars: 100
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Risk
[](https://travis-ci.org/nullobject/risk)
This is an implementation of the popular board game Risk.
It is written as a reactive JavaScript application using [FKit](https://github.com/nullobject/fkit) and [Bulb](https://github.com/nullobject/bulb).
## Development
To start a development server:
> make start
To run the tests:
> make test
To deploy the app:
> make deploy
## Licence
The implementation of Risk is licensed under the MIT licence. See the
[LICENCE](https://github.com/nullobject/risk/blob/master/LICENCE.md) file for
more details.