https://github.com/scorzy/idlespace
Yet another space themed idle game
https://github.com/scorzy/idlespace
angular clarity idle-game
Last synced: 7 months ago
JSON representation
Yet another space themed idle game
- Host: GitHub
- URL: https://github.com/scorzy/idlespace
- Owner: scorzy
- License: mit
- Created: 2019-01-23T21:31:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T06:03:48.000Z (almost 5 years ago)
- Last Synced: 2025-04-28T14:14:26.613Z (11 months ago)
- Topics: angular, clarity, idle-game
- Language: TypeScript
- Homepage: https://scorzy.github.io/IdleSpace/
- Size: 6.82 MB
- Stars: 106
- Watchers: 8
- Forks: 51
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IdleSpace
[](https://travis-ci.org/scorzy/IdleSpace)
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](https://github.com/angular/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](https://karma-runner.github.io).