You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make project setup local to root DONE
Not hard coded paths DONE
Entities should be well connected! DONE
I.e. create / init everything, then connect DONE
Try and implement 'slots and signals'
DONE
Label a cards synergy quality as how well it adds to the a selected set of cards.
This can then be:
The entire faction + neutral + syndi
OR
the deck which it is in
DONE
Play order = determined by optimal play with current hand and board state
Obviously, with a conflict game; this is re-evaluated every turn
DONE
Quality:
Optimal VS normal play
A cards value normally = bare strength and effect that will always happen
Optimal = effects that trigger when conditions are met
I.e. "boost adjacent units by 2"
Relies on units being there
DONE
The interpreter stack even extends to cards in the graveyard and deck
I.e. this means that cards must always be parsed for state
Should this be stored on the card?
The players Deck? Should be able to query cards of the other player's
The text was updated successfully, but these errors were encountered:
2019-11-03 11:30:39.446000
Make project setup local to root DONE
Not hard coded paths DONE
Entities should be well connected! DONE
I.e. create / init everything, then connect DONE
Try and implement 'slots and signals'
DONE
Label a cards synergy quality as how well it adds to the a selected set of cards.
This can then be:
The entire faction + neutral + syndi
OR
the deck which it is in
DONE
Play order = determined by optimal play with current hand and board state
Obviously, with a conflict game; this is re-evaluated every turn
DONE
Quality:
Optimal VS normal play
A cards value normally = bare strength and effect that will always happen
Optimal = effects that trigger when conditions are met
I.e. "boost adjacent units by 2"
Relies on units being there
DONE
The interpreter stack even extends to cards in the graveyard and deck
I.e. this means that cards must always be parsed for state
Should this be stored on the card?
The players Deck? Should be able to query cards of the other player's
The text was updated successfully, but these errors were encountered: