/learn-bacon

Bacon.js learning game

Primary LanguageCoffeeScript

bacon.game

A game for learning bacon.js and FRP in general.

Currently there are a few simple assignments and visualization.

Try it at http://learn-bacon.herokuapp.com/

Next up (pls contribute!)

  • More assignments

Build & run

npm install
grunt
./server&
open http://localhost:3000