Skip to content

Releases: haumacher/wizard-game

Wizard 1.0.6

28 Jan 18:45
Compare
Choose a tag to compare
  • Fixed concurrency problem in server logic.
  • Added internationalization for server (error) messages.

Wizard 1.0.5

26 Jan 18:57
Compare
Choose a tag to compare
  • Fixed unstable websocket communication (use synchonous API).
  • Enhanced colors and suits.
  • Only open games in game listing.
  • Added internationalization (German and English).

Wizard 1.0.4

23 Jan 16:38
Compare
Choose a tag to compare
  • Wizard server now available as WAR artifact for web container deployment.
  • Communication optionally uses websockets (when connecting server deployed to a web container)
  • Added functionality to reconnect after a connection loss.

Full Changelog: v1.0.3...v1.0.4

Wizard v1.0.3

21 Jan 21:23
Compare
Choose a tag to compare

More compact view of player status. Fixed bug that cards can be played even if not all players have confirmed.

Wizard v1.0.2

19 Jan 19:56
Compare
Choose a tag to compare

Enhanced GUI layout, showing start player and player names on cards. Fixed bug that caused the game to hang in the last round.

Wizard v1.0.1

18 Jan 18:48
Compare
Choose a tag to compare

Enhanced prophecy, trick display, and game layout.

Wizard 1.0.0

17 Jan 23:04
Compare
Choose a tag to compare
  • Initial running version with multiple JavaFX client application instances communicating with a dedicated game server.