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
- Host: GitHub
- URL: https://github.com/leviathanbeak/practical-rxjs-canvas-game
- Owner: leviathanbeak
- Created: 2017-11-11T17:42:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T11:00:44.000Z (over 7 years ago)
- Last Synced: 2025-01-26T06:24:55.779Z (4 months ago)
- Topics: es6, javascript, rxjs-examples, rxjs-observables, rxjs5
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```