keep-starknet-strange/tsubasa

Implement card energy logic

Closed this issue · 2 comments

Description

As per the game rules each card costs a certain amount of energy. The energy is reset and incremented at each turn. Each player starts with 1 energy and is incremented each turn.

Acceptance criteria

  • Each player starts with 1 energy
  • Energy is incremented by 1 at each of your turns
  • Energy is reset at each of your turns

Can i take this ?

yes let's go !