Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.13 KB

reactive programming and mvc

this repo shows an example of a simon-says game using reactive programming (via RxJS), and then the same implementation but with an mvc-driven separation of concerns.

running

# `npm install -g grunt-cli` if you don't already have it
$ npm install
$ grunt serve # could also just statically serve the repo dir

then visit:

for the latter two, the data model can be found in lib/common.js.

i wrote up a post with an in-depth description.