Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.04 KB

File metadata and controls

51 lines (33 loc) · 1.04 KB

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