Skip to content

Releases: xxxcucus/planes

Release 0.3.11

01 Dec 09:17
Compare
Choose a tag to compare

Added german texts for android app.

Release 0.3.10.1

25 Oct 19:19
Compare
Choose a tag to compare

Bug fix. Saving of options for Android.

Release.0.3.10

15 Oct 16:54
Compare
Choose a tag to compare

Added options to change the game difficulty. Implemented in Windows/Linux versions as well as in Android version. Documentation was updated accordingly.

Release 0.3.9

19 Jul 16:17
Compare
Choose a tag to compare

Allowed draws: when the user and computer finish at the same time, instead of declaring the computer as the winner, declare a draw.
Game statistics were updated with new field counting the number of draws.

Release 0.3.8

03 Jul 16:46
Compare
Choose a tag to compare

Reworking of touch event: by touching it is computed how far away has the user moved the finger on the device's surface and where the touch has begun. The touch is considered only when the touch position is on the active board (player board in editing mode and computer board in game mode). When the movement of the finger is restricted to a single cell on the game board a plane selection or a guess occur. When the movement is longer it determines the movement of the selected plane (in board editing mode).

Release 0.3.7

10 Jun 17:25
Compare
Choose a tag to compare

Added links to webpages of contributors.
Added video tutorials.

Release 0.3.6

09 May 06:35
Compare
Choose a tag to compare

Added translations for Romanian.

Release 0.3.5

26 Apr 07:10
Compare
Choose a tag to compare

Bug fix: Help texts for tablet
Added support for fastlane

Release 0.3.4

19 Apr 20:57
Compare
Choose a tag to compare

Bug fix: Display of winner.

Release 0.3.2

18 Apr 18:05
Compare
Choose a tag to compare

PlanesAndroid uses now a Java game engine. Code was divided in two main sections: c_plus_plus and java.
PlanesJavaFx was moved to java/obsolete