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

https://github.com/leviathanbeak/practical-rxjs-canvas-game

Canvas multitasking game made with RxJS
https://github.com/leviathanbeak/practical-rxjs-canvas-game

es6 javascript rxjs-examples rxjs-observables rxjs5

Last synced: 2 months ago
JSON representation

Canvas multitasking game made with RxJS

Awesome Lists containing this project

README

        

# Canvas game made with RxJS and Reactive programming

This repo is made for this [TUTORIAL](https://medium.com/@elvis26112009/reactive-programming-and-rxjs-by-example-fc95eba8e621)

It is divided into 5 Branches so you can follow the progression.

### Installation and Running the project
```sh
clone the repo
$ cd practical-rxjs-canvas-game
$ npm install
$ npm start
visit http://localhost:8080/ and play the game
```