Skip to content

A space invaders game in ASCII art with NodeJS and TypeScript

Notifications You must be signed in to change notification settings

NijiDigital/space-invaders-ascii-nodejs

Repository files navigation

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

About

A space invaders game in ASCII art with NodeJS and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published