Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmitch/wildcards
A bare-bones remake of the Void Tyrant game and an example project to teach myself some Angular.
https://github.com/mmitch/wildcards
angular card-game deck-building game remake typescript
Last synced: 5 days ago
JSON representation
A bare-bones remake of the Void Tyrant game and an example project to teach myself some Angular.
- Host: GitHub
- URL: https://github.com/mmitch/wildcards
- Owner: mmitch
- License: gpl-3.0
- Created: 2020-10-02T19:33:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T10:26:31.000Z (7 months ago)
- Last Synced: 2024-06-23T11:33:18.154Z (7 months ago)
- Topics: angular, card-game, deck-building, game, remake, typescript
- Language: TypeScript
- Homepage: https://mmitch.github.io/WildCards/
- Size: 2.95 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wild Cards
[![Code coverage status](https://codecov.io/github/mmitch/WildCards/coverage.svg?branch=master)](https://codecov.io/github/mmitch/WildCards?branch=master)
[![CI CD status](https://github.com/mmitch/WildCards/workflows/CI%20CD/badge.svg?branch=master)](https://github.com/mmitch/actions)
[![CodeQL status](https://github.com/mmitch/WildCards/workflows/CodeQL/badge.svg?branch=master)](https://github.com/mmitch/actions)Project homepage: https://github.com/mmitch/WildCards
Demo version: https://mmitch.github.io/WildCards/This is both a bare-bones remake of [Void Tyrant](https://play.google.com/store/apps/details?id=com.armorgames.voidtyrant) and an example project to teach myself some [Angular](https://angular.io).
## License
Copyright (C) 2020 Christian Garbs
Licensed under GNU GPL v3 or later.Wild Cards is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.Wild Cards is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with Wild Cards. If not, see .## Boilerplate
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.3.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).