# IdleSpace **Repository Path**: likexia/IdleSpace ## Basic Information - **Project Name**: IdleSpace - **Description**: 太空放置(Idle Space) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: http://likexia.gitee.io/idlespace - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-04-24 - **Last Updated**: 2023-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IdleSpace [![Build Status](https://travis-ci.org/scorzy/IdleSpace.svg?branch=master)](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).