All Projects → nullobject → risk

nullobject / risk

Licence: MIT license
A game of Risk played on a hexgrid.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to risk

xoom-cluster
The VLINGO XOOM platform SDK cluster management for Reactive, scalable resiliency of JVM tools and applications running on XOOM LATTICE and XOOM ACTORS.
Stars: ✭ 25 (-73.68%)
Mutual labels:  reactive-programming
observe-component
A library for accessing React component events as reactive observables
Stars: ✭ 36 (-62.11%)
Mutual labels:  reactive-programming
vertx-mybatis
vertx sqlclient template using mybatis NON-BLOCK & ASYNCHRONOUS
Stars: ✭ 23 (-75.79%)
Mutual labels:  reactive-programming
assembler
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem
Stars: ✭ 102 (+7.37%)
Mutual labels:  reactive-programming
purescript-pop
😃 A functional reactive programming (FRP) demo created with PureScript events and behaviors.
Stars: ✭ 33 (-65.26%)
Mutual labels:  reactive-programming
Binder
🦁"Hello World" <-> [🏷, 🏷, 🏷, 🏷]
Stars: ✭ 37 (-61.05%)
Mutual labels:  reactive-programming
Akka
Examples and explanations of how Akka toolkit works
Stars: ✭ 20 (-78.95%)
Mutual labels:  reactive-programming
stated-library
Stated Libraries: Composable/Reactive/Observable State
Stars: ✭ 48 (-49.47%)
Mutual labels:  reactive-programming
movies
An example approach for modularization, reactive clean architecture and persistancy.
Stars: ✭ 110 (+15.79%)
Mutual labels:  reactive-programming
RiskInDroid
A tool for quantitative risk analysis of Android applications based on machine learning techniques
Stars: ✭ 69 (-27.37%)
Mutual labels:  risk
SwiftObserver
Elegant Reactive Primitives for Clean Swift Architecture #NoRx
Stars: ✭ 14 (-85.26%)
Mutual labels:  reactive-programming
collector
⚖Open Source Toolkit for Conducting Quantitative Risk Assessment Interviews
Stars: ✭ 26 (-72.63%)
Mutual labels:  risk
mech
🦾 Main repository for the Mech programming language. Start here!
Stars: ✭ 135 (+42.11%)
Mutual labels:  reactive-programming
Rx.Http
A reactive way to make HTTP Request in .NET Core 🚀
Stars: ✭ 62 (-34.74%)
Mutual labels:  reactive-programming
angular2-instagram
🔥Instagram like photo filter playground built with Angular2 (Web | Desktop)
Stars: ✭ 91 (-4.21%)
Mutual labels:  reactive-programming
OasisLMF
Loss modelling framework.
Stars: ✭ 84 (-11.58%)
Mutual labels:  risk
fpEs
Functional Programming for EcmaScript(Javascript)
Stars: ✭ 40 (-57.89%)
Mutual labels:  reactive-programming
chess
Chess (game)(♟) built in C# and ASCII art.
Stars: ✭ 20 (-78.95%)
Mutual labels:  reactive-programming
Rx.Book
High level asynchronous programming with Reactive Extensions
Stars: ✭ 67 (-29.47%)
Mutual labels:  reactive-programming
RPC reactive
Examples and explanations of how RPC systems works.
Stars: ✭ 25 (-73.68%)
Mutual labels:  reactive-programming

Risk

Build Status

This is an implementation of the popular board game Risk.

It is written as a reactive JavaScript application using FKit and 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 file for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].