An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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).