A space invaders game in ASCII art made with love, NodeJS and TypeScript.
Run the game:
npm startFor a better keyboard experience, on Linux, use:
bin/startRun in production mode:
- 
First build the project:
npm run clean npm run build
 - 
Then start the game:
npm run start:production
 - 
For a better keyboard experience, on Linux:
NODE_ENV=production bin/start
 
Enjoy!
