package:unlimited

Cards database and game rules for the Star Wars: Unlimited CCG.

On pub.dev Github action status Dartdocs

This package contains the libraries:

  • cards.dart: An inlined copy of the cards database.
  • decks.dart: A collection of pre-built decks.
  • persist.dart: Persistent storage assistance for game and deck state.
  • schema.dart: The schema for the cards database and game concepts.
  • state.dart: Representation of game state or card collections.

Libraries

cards
Inlines a copy of the cards database.
decks
Inlines two starter decks, i.e. lukeDeck and vaderDeck.
persist
Provides classes for persistence of game and deck state.
schema
Defines the schema for the cards.
state
Classes for managing the state of a game, card sets, and decks.