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

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.

Awesome Lists containing this project

README

          

# Risk

[![Build Status](https://travis-ci.org/nullobject/risk.svg?branch=master)](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.