Releases: lursyy/gluecksschwein
Releases · lursyy/gluecksschwein
v0.5: Lots of Tests & UI Improvements
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
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:
- Windows: download and run the setup file
- Android: download and install the apk file
v0.3: Multiple Rounds, Scoreboard, Lobby
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:
- Windows: download and run the setup file
- Android: download and install the apk file
v0.2: Single Round
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:
- Download and run the setup file
v0.1: First 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:
- Download and run the setup file