Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 268 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 268 Bytes

rxjs-space-invader

Tiny Space Invader video game copy using RxJs for learning purposes

Usage

npm install
npm start # Go to localhost:8080

Credits

Game inspired by examples in the Sergi's Mansilla's 'Reactive Programming with RxJs' (excellent) book.