StefanoFiumara/medieval-conquerors-godot

Read card data from card library

Closed this issue · 0 comments

Currently, the card library database is only used in the card data editor plugin, and the deployed game does not read it.

  • Extend the card library code so that the deployed application can read it and use its contents when reading deck data.
  • When spawning town centers on game start, read the town center card data from the database instead of using CardBuilder
  • Move CardBuilder to test project, replace all uses of CardBuilder in the game project to reading from the Card Library
  • Create Player profile with default deck in card database, read from player profile when loading the game