Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/revskill10/frp-test


https://github.com/revskill10/frp-test

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

## Threes

Recreating the game Threes using reactive and functional techniques.

### Tutorial

* (20 Mar 2015) [BUILDING THE GAME THREES USING FUNCTIONAL & REACTIVE TECHNIQUES](http://tyronemichael.com/building-the-game-threes-using-functional-reactive-techniques/).
* (31 Mar 2015) [THREES: THE BEGINNING](http://tyronemichael.com/threes-the-beginning/).

### Instructions

* Clone the repo
* Run `npm install`

### Running The App
* Run `npm start`
* Open the file `./public/index.html`

### Running The Tests
* Run `npm run test` to run the tests
* Run `npm run test:watch` for continuous test driven development (CTDD)
* Run `npm run test:watch --debug` for continuous test driven development (CTDD). Passing `--debug` ignores coverage so you can easily debug the file using Karma in the console.