Skip to content

MohnishKalia/deckstat

Repository files navigation

deckstat

Check your deck!

The CI, CD

The Tests

Domain Map

graph LR
    subgraph providers
        ydb[Yu-Gi-Oh Card Database]-->dl
        ydk[.ydk]-->dl
        ydke["ydke:https://"]-->dl
        dub[Dueling Book]-->dl
    end
    
    
    subgraph analysis
        wc[word count]
        lvls[level spread]
        rp[restricted cards]
        edd[ED diversity]
        ...
    end
    dl[decklist]-->analysis

    subgraph accdata[accessory data]
        cdb
        images
        banlist
    end
    accdata-->analysis

    subgraph deploy
        svelte[svelte build]-->gha
        gha[github actions]-->vitest
        vitest-->gh-pages
    end
    analysis-->deploy
    deploy-->deckstat.xyz
Loading

Attributions

About

In-depth insights into constructed decks for card games

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published