Run and Jump game made with RxJS v6, ES6 and bundled with webpack. Press spacebar o tap on the screen to jump. The sprites are from Bonk's Revenge, a game released on Turbografx on 1991. Enjoy it!
https://albert-gonzalez.github.io/run-and-jump-rxjs/
If you want to run the game in your computer, follow these steps:
- clone this repo
npm install
(oryarn install
)npm start
- open http://localhost:8080/ in your browser