Skip to content

Releases: lucas-ifsp/CTruco

v.1.4.1

02 Apr 03:39
Compare
Choose a tag to compare

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.

v.1.4.0

26 Jul 20:44
Compare
Choose a tag to compare
  • add cors support to enable front-end integration
  • add support to import bots as external jars
  • moved MineiroBot to an external repo and imported it as a jar
  • minor bug fixing

v.1.3.0

07 Jun 17:52
Compare
Choose a tag to compare

Add persistence features to save results of games and hands
Adoption of REST-compliant API endpoints and return codes
Bug fixes

v.1.2.0

17 May 19:02
Compare
Choose a tag to compare

Added jwt authentication for web version

v.1.1.0

27 Apr 13:44
Compare
Choose a tag to compare

New feature to enable choosing bots in the desktop app.

v.1.0.0

21 Apr 23:56
Compare
Choose a tag to compare

Same as 0.2.0 (web, desk and console apps) but fixes semantic release number.

v.0.2.0

21 Apr 23:27
Compare
Choose a tag to compare

Initial back-end version

v.0.1.1

05 Apr 03:36
Compare
Choose a tag to compare

First stable version.