Skip to content

v.1.4.1

Latest
Compare
Choose a tag to compare
@lucas-ifsp lucas-ifsp released this 02 Apr 03:39
· 3272 commits to master since this release

Solve bug reported in issue #2 .

  • Update domain to forbid players to throw closed cards in first round;
  • Update console module to skip discard option in first round;
  • Update desktop controller to skip flip card event during first round;
  • Add test cases to reproduce the bug and refactor existing test cases to not discard in first round;
  • Fix game strategy in MineiroBot to not discard during first round.

Create additional constructor to inject Deck objects in Game to make it possible to avoid flick tests due to random vira cards.