Skip to content

scorzy/IdleSpace

Repository files navigation

IdleSpace

Build Status

This is an idle game about space combat. I made it to try web workers and some Angular Matrial CDK, that's why there are drag and drop and per battle is handled per ship.

Links:

This project was generated with Angular CLI version 7.2.2.

Setup

  • Install node js.
  • Clone the repo.
  • Run npm i
  • Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files, except clarity theme and some web worker code.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run npm test to execute the unit tests via Karma.