Skip to content

Distyopoly/disty-craft-core

Repository files navigation

Contract

Project Structure:

The following structure is expected by the framework.

.
└── src/
    ├── card/ # containing cards (OPTIONAL in future)
        └── generated.ts # OPTIONAL
    ├── GameRecipe.ts
    ├── message-type/ # OPTIONAL, message types available  
    └── meta/
        ├── banner.jpg # gamebanner
        ├── icon.svg
        └── Metadata.ts # exporting GameMetadata instance

card/

Directory of files, each providing a default export of a Card instance.

It could contain a generated.ts file default-exporting a list of programmatically generated files.

message-types/

Optional folder for message types available in GameApi.

Fallback: ...

Library

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published