Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

28 lines (13 loc) · 591 Bytes

SpaceInvaders

A SpaceInvaders game implemented with TypeScript and RxJS observables following the functional programming paradigm with pure, referentially transparent functions.

Deployed at https://sadeeptha-b.github.io/SpaceInvaders/

Credit to https://tgdwyer.github.io/asteroids/ for inspiring the code architecture.

Running locally

To build and run this project on your machine, you should have Node.js v16 installed on your system. v18 and above may introduce some build errors.

Build the project with,

npm install
npm run build