Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

Card pool analysis tool for trading card games. Fetches card data from game-specific sources, enriches it with errata history, applies word-count rules, and exports to Excel/CSV.

Originally built to support 25 Format. Check out the [Discord server](https://discord.gg/wDXgNHukb) for more info!
**Current implementation:** cards fetched from [YGOProDeck](https://ygoprodeck.com/), errata history from [Yugipedia](https://yugipedia.com/). The design supports multiple TCGs — more to follow.

**Current implementation: Yu-Gi-Oh!** The goal is to support multiple TCGs — Yu-Gi-Oh! is the first. Cards are fetched from [YGOProDeck](https://ygoprodeck.com/) and enriched with errata history from [Yugipedia](https://yugipedia.com/).
Originally built for the [25 Format](https://discord.gg/wDXgNHukb) community — come join us on Discord.

The core purpose: identify cards whose **shortest known errata version** falls within a word-count threshold (default: ≤25 words).

Expand Down
6 changes: 3 additions & 3 deletions src/CardPool.Cli/CardPool.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>cpool</ToolCommandName>
<PackageId>CardPool</PackageId>
<Version>1.2.2</Version>
<Version>1.2.3</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>Piers Sinclair</Authors>
<Description>Card pool generator for trading card game formats. Applies errata history and configurable criteria (e.g. word count) to export eligible card pools to Excel/CSV.</Description>
<PackageTags>yugioh;tcg;card-pool;format;cli</PackageTags>
<Description>Card pool generator for trading card game formats, originally built for the 25 Format. Applies errata history and configurable criteria (e.g. word count) to export eligible card pools to Excel/CSV. Join the community at discord.gg/wDXgNHukb.</Description>
<PackageTags>tcg;card-pool;25-format;cli</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/piers-sinclair/cardpool</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down