Introduction

Fantasy Cards is a card game, inspired by the card game "Fantasia™".

Demo

Current Demo

Note
There is still some fuzzyness around the property names. Some property names diverge from the naming in this document.

Card Layout

card layout.drawio
Figure 1. Layout of the card, with image on top and stats in table in bottom.

The image on top is dynamically generated based on the stats.

Stats

There are five basic stats.

skill set.drawio
Figure 2. Sub-Stats

The five basic stats are subdivided into two stats each.

The basic stats are calculated based on the sub-stats.
TBD
e.g.
core-stat = abs(substatA - substatB)

C = A + B - abs(subA - subB)/2

Image

The image is prerendered and chosen based on what stat is dominant.

Additional Random Parameters

There are additional random parameters that change how the player looks. The random parameters have no effect on the stats and are not influenced by them.

Examples

Here are some happy examples that were all created with the same property dominances:
  • Strength

  • Love

  • Brave

  • Science

  • Cute

vqgan imagenet f16 16384 Angel Strength Love Brave Science Cute 0200
Figure 3. Angel
vqgan imagenet f16 16384 Ghost Strength Love Brave Science Cute 0200
Figure 4. Ghost
vqgan imagenet f16 16384 Man Strength Love Brave Science Cute 0200
Figure 5. Man
vqgan imagenet f16 16384 Monster Strength Love Brave Science Cute 0200
Figure 6. Monster
vqgan imagenet f16 16384 Tree Strength Love Brave Science Cute 0200
Figure 7. Tree
vqgan imagenet f16 16384 Water Strength Love Brave Science Cute 0200
Figure 8. Water
vqgan imagenet f16 16384 Woman Strength Love Brave Science Cute 0200
Figure 9. Woman
vqgan imagenet f16 16384 Zombie Strength Love Brave Science Cute 0200
Figure 10. Zombie
Note
the look and feel as well as the types of characters may change.

Game Mechanics

Diagram

Progress

The player moves through a world of cards, that can be challenged. Sometimes the player is challenged as well.