Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riemannulus/heartofcrown
https://github.com/riemannulus/heartofcrown
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/riemannulus/heartofcrown
- Owner: riemannulus
- License: mit
- Created: 2020-08-15T12:17:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T13:42:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T04:21:48.744Z (over 1 year ago)
- Language: TypeScript
- Size: 385 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heart Of Crown
![CI](https://github.com/riemannulus/HeartOfCrown/workflows/CI/badge.svg)
[![codecov](https://codecov.io/gh/riemannulus/HeartOfCrown/branch/main/graph/badge.svg)](https://codecov.io/gh/riemannulus/HeartOfCrown)Heart of Crown is a deck-building card game.
Each player starts with the same deck, strengthens that deck with strategic cards,
and finally one player will declare victory by throning the princess he controls.
Each player's deck starts with seven "Rural" territory cards and three "Apprentice Handmaid" succession cards
(an unreliable subject). Using the currency (coins) generated by your "Rural" territory cards,
you incorporate cards from the market into your deck according to your own strategy.
― [BoardGameGeeks](https://boardgamegeek.com/boardgame/131904/heart-crown)## What is this project?
This project's goal is provide full game of heart of crown. (on web)## Development
This project using [yarn](https://classic.yarnpkg.com/en/). All the first, you may need install yarn.
After then. install dependencies.```shell script
yarn
```### Card
[TBD]