Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/riemannulus/heartofcrown


https://github.com/riemannulus/heartofcrown

Last synced: about 1 month ago
JSON representation

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]