Skip to content

Releases: ThisIsPIRI/piri-mnk

v2.0.3

10 Apr 06:08
Compare
Choose a tag to compare

Fixed gravity not working after loading a save.

Minor performance improvements

MnkGame variants are now decorators instead of subclasses.

v2.0.2

14 Mar 18:38
Compare
Choose a tag to compare

Marked bluetooth, wifi and location features as optional in the manifest.

v2.0.1

14 Mar 18:11
Compare
Choose a tag to compare

2.0.1

Fixed the board lines not aligning correctly on relatively bigger boards.

2.0.0

Added LAN multiplayer.

1.15.0

Now you can set each player's symbol separately.

Added Rectangle and Diamond symbol types.

Changed the default graphics preset from Tic Tac Toe to Go.

Added ACCESS_FINE_LOCATION permission(https://developer.android.com/guide/topics/connectivity/bluetooth#Permissions).

v1.14.2

02 Mar 23:24
Compare
Choose a tag to compare

Minor fixes and localization improvements

v1.14.1

30 Jan 03:11
Compare
Choose a tag to compare

Changed Korean app_name

v1.14.0

29 Jan 20:59
Compare
Choose a tag to compare

Added an option to show the order of moves.

Added a graphics preset: Four in a Row.

Fixed a bug where winning length restriction was applied for PIRI Value and not Emacs-style, introduced in 1.13.0.

v1.13.2

28 Jan 23:37
Compare
Choose a tag to compare

Added actual justification to PiriValue01Ai so it doesn't crash when used with Show AI Internals.

Translated app_name.

v1.13.1

28 Jan 14:42
Compare
Choose a tag to compare

Improved Korean translation.

Renamed PiriMnkAi to PiriValueAi.

v1.13.0

28 Jan 14:40
Compare
Choose a tag to compare

Added a new AI: PIRI Value 0.1. This is an older and weaker version of current PIRI Value.

v1.12.0

28 Jan 00:45
Compare
Choose a tag to compare

Changed save folder from "PIRI MNK" to "PIRI/MNK" to avoid cluttering storage, since PIRI Lifelikes can also save files now.

Moved AndroidUtils to PIRI Android Commons(in android-library).

Moved Point to PIRI Java Commons.