kids-code-games / variables-war

A code playing cards game where you have to be the first to reach 42 using loops, conditions...

Home Page:https://kids-code-games.github.io/variables-war/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Continuous Deployment card is not clear

ilya-v-trofimov opened this issue · comments

As per description, CD card allows to

Play twice when the selected var is a multiple of 7

But the question is:
Does player keep this card forever on the variable he chooses and plays twice every time the var is mult.of 7?
Or is it played only once, when either of vars is mult. of 7?

I would opt for the former: card stays forever (or until it's removed by opponent's attack)

commented

Yes, you keep this card forever on the variable you selected

commented

Description updated