A space invaders game in ASCII art made with love, NodeJS and TypeScript.
Run the game:
npm start
For a better keyboard experience, on Linux, use:
bin/start
Run 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!