run-and-jump-rxjs icon indicating copy to clipboard operation
run-and-jump-rxjs copied to clipboard

Game example made with RxJS

Run and Jump RxJS Game

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/

Install

If you want to run the game in your computer, follow these steps:

  • clone this repo
  • npm install (or yarn install)
  • npm start
  • open http://localhost:8080/ in your browser