Skip to content

Releases: lursyy/gluecksschwein

v0.5: Lots of Tests & UI Improvements

22 Aug 22:21
Compare
Choose a tag to compare
Pre-release

Added features:

  • New, proper UI for changing the player name
  • Better lookingpPlaying cards (round edges are now transparent)
  • Lots of tests for verifying the stich winner calculation
  • Those tests found some bugs which were fixed

Notes:

  • RoundMode Ramsch is not yet implemented.

Installation:

  • Windows: download and run the setup file
  • Android: download and install the apk file
  • Linux 64 Bit:
    • Download and extract the build
    • Run gluecksschwein.x86_64.
    • If the game does not start, make sure the file is marked as executable (i.e. run chmod +x gluecksschwein.x86_64)

v0.4: Working Game with Stich Winner Calculation

16 Aug 12:33
Compare
Choose a tag to compare

Added features:

  • The Stich winner and Stich worth are is now calculated correctly instead of using a dummy implementation
  • Round Modes Sauspiel, Solo, and Wenz are now supported fully. (Ramsch still needs some work)

Notes:

  • The reason for this still being a pre-release (instead of v1.0) is that most of the functionality has not been tested thoroughly
  • Disabled Development build again, since we are moving towards 1.0

Installation:

v0.3: Multiple Rounds, Scoreboard, Lobby

19 Apr 23:20
Compare
Choose a tag to compare

Added features:

  • After a completed round, a Scoreboard is shown.
  • The host has the opportunity to start another round.
  • Replaced the ugly default Network Lobby with a nice looking, mobile friendly one

Notes:

  • The winners and points for a Stich are still chosen randomly, thus the game is still quite pointless.
  • Enabled debug mode in the build to make errors easier to spot.

Installation:

v0.2: Single Round

31 Mar 18:43
Compare
Choose a tag to compare
v0.2: Single Round Pre-release
Pre-release

Added features:

  • Players take turns playing one card each
  • After 4 cards, the "Stich" is complete and the winner is decided (randomly at the moment)
  • After 8 stiches, the round is finished. In this version, nothing happens at this point

Notes:

  • The winners and points for a Stich are chosen randomly at the moment.
  • Shuffling the deck is already implemented, but makes testing harder and thus will be introduced in v1.0

Installation:

v0.1: First Pre-Release

30 Mar 12:40
Compare
Choose a tag to compare
Pre-release

Added features:

  • players can create / join a game
  • the host can decide to start a round by dealing the cards
  • the players take turns deciding if they want to "play" (Sauspiel, Solo, Wenz), or not.

Notes:

  • The game is not playable yet (the GameStates "Round" and "RoundFinished" are not implemented)
  • Shuffling the deck is already implemented, but makes testing harder and thus will be introduced at a later release

Installation: