Skip to content

Releases: trolley813/OpenFool

0.2.0

19 Jul 19:09
Compare
Choose a tag to compare

0.2.0 is finally here! Despite the minor version increment, this is mostly a bugfix release (but the key features indroduced in 0.1.9 are considered stable).

  • Maximum player count increased to 5 (but throwing rules are unclear).
  • Result screens are improved (different text for team and individual play).

0.1.9

13 Jul 20:53
Compare
Choose a tag to compare

This release contain many features planned for 0.2.0.

  • Main feature is the ability to play a 2 or 3-player game, and also 4-player game in individual mode (non-team)
    (This is currently highly experimental, so bugs may occur)
  • (Finally) Application icon
  • Added some customisations of rules
  • Trump suit name in the game is replaced with symbol

0.1.8

12 Jun 19:39
Compare
Choose a tag to compare

This release adds new Underdog font into the game UI. So, issue #26 is fixed, and Czech locale can be displayed properly. Hodně štěstí! *

Note: The completely new skin is in progress and will be hopefully part of the 0.2.0 release. See #27

* Czech for good luck

0.1.7

12 Jun 19:15
Compare
Choose a tag to compare

This is also mainly a bugfix release.

  • Added Czech localisation (due to #26, some letters still won't show)
  • Some code cleanup was performed, now it's more Kotlin-like.

Note: Due to the Android manifest not being updated prior to the release, the tagged version may still show as as 0.1.6. The fixed code resides in the v0.1.7-fixed branch. (The binaries are updated, as of 2017-06-12).

0.1.6

10 Apr 09:18
Compare
Choose a tag to compare

This is mainly a bugfix release.

  • Issues #23 (ignoring the throw limit) and #25 (crashing when background was not set) were fixed. The behaviour described in #23 will return in 0.2.0 (possibly earlier) as Hardcore Mode.
  • Also, the game screen now shows more info (who attacks and defends, if someone decided to take or said Done).

0.1.5

06 Apr 19:36
Compare
Choose a tag to compare

This release is fully rewritten from Java to Kotlin, in order to improve readability and simplify further coding.
Also, background of the game field can be now selected (although only 2 options are currently available).

0.1.4

30 Mar 19:32
Compare
Choose a tag to compare

This is mostly a bugfix release.

  • Fixed issue #23, when it wasn't always possible to throw the card if it isn't prohibited by the rules.
  • Cards in the discard pile are now placed more naturally.
  • Also, Back (Escape on desktop) button is now functional - when pressed on the settings screen, it saves the settings and goes back to the main menu; when pressed on the main menu screen, it quits the game; also, result screen is now closable only by pressing Back/Escape.

0.1.3

26 Mar 17:03
Compare
Choose a tag to compare

New features (see the changelog):

  • card sorting (by suit or by rank)
  • chequered background
  • cards in the discard pile are now placed unevenly

0.1.2

19 Mar 18:37
Compare
Choose a tag to compare

From the changelog:

  • Fixed issue #17 (throwing more cards then allowed).
  • Added localisation.
  • Fixed issue #22 (a problem running on devices with aspect ratio other than 5:3).

0.1.1

18 Mar 18:47
Compare
Choose a tag to compare

New (actually reintroduced) features:

  • Added settings (deck design and background color)
  • Added result display (won / lost / drawn)

See the CHANGELOG (it has been returned)