/space-invaders-ascii-nodejs

A space invaders game in ASCII art with NodeJS and TypeScript

Primary LanguageTypeScript

build

Space Invaders

A space invaders game in ASCII art made with love, NodeJS and TypeScript.

Space Invaders session

Getting started

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!

References