Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 813 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 813 Bytes

Digimon Card Game (2020)

This repository hosts multiple tools for the Digimon Card Game (2020).

Codec

The codec directory hosts multiple library implementations for encoding and decoding of Digimon Card Game (2020) decks. With a deck codec the community can share decks between platforms and services that implement the codec making decks portable and shareable.

Database

db contains code that scrapes official Bandai sources for the Digimon Card Game (2020) and produces a normalized and enriched Datomic database of card data in all officially supported languages where cards are released.

API

api is a JSON:API exposing data from the database.