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:
- GitHub: https://github.com/scorzy/IdleSpace
- Game: https://scorzy.github.io/IdleSpace
- Kongregate: https://www.kongregate.com/games/scorzy88/idle-space
- Discord: https://discord.gg/CGEfHGe
- Battle code: https://github.com/scorzy/IdleSpace/blob/master/src/app/battle.service.ts
This project was generated with Angular CLI version 7.2.2.
- Install node js.
- Clone the repo.
- Run
npm i - Run
npm startfor a dev server. Navigate tohttp://localhost:4200/. The app will automatically reload if you change any of the source files, except clarity theme and some web worker code.
Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.
Run npm test to execute the unit tests via Karma.