Skip to content

Releases: SerGreen/TheWitnessPuzzles

The Witness Puzzles v1.0.12a

25 Mar 12:23
Compare
Choose a tag to compare

Changelog:

  • Fixed a crash on Android when launching the game from the landscape orientation (#9)

A minor update to fix a crash on Android, nothing else has changed.
Windows version didn't change and is identical to v1.0.12.

For Android you can use the regular apk (universal) or choose a specific CPU architecture of your device (arm v7a or v8a) for a smaller file size.

The Witness Puzzles v1.0.12

24 Dec 21:21
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug (hopefully) that caused some puzzles to be unsolvable (example: seed 000000033) (#22)
    • Old seeds should still work. Generated puzzles in this version should be different only for previously impossible puzzles.
  • Now there's also a check at the end of generation that ensures that a puzzle can be solved
    • It should return an empty puzzle if that check fails. Please report if you'll ever encounter it.
  • Bumped Target SDK version to Android 12.0 (API Level 31)

Note: all_arm_versions APK should be good for most Android phones, it supports both 32 and 64 bit architectures. all_versions additionally includes support x86 and x86_64 but in my understanding there's next to no Android devices with such CPUs today.

The Witness Puzzles v1.0.11

05 Dec 03:20
75ec97c
Compare
Choose a tag to compare

Changelog:

  • Added sequential mode, where seed for a puzzle generator is picked not randomly but starts from 000000000 and is incremented by 1 every time.
    • Can turn on and off in Settings > Extra settings.
    • Current seed is displayed at the bottom of the screen in the main menu.
    • Technically you can get puzzles that you can't otherwise, because sequential seed is not bound by 9 digits limit, it can go to max value of Int32 and beyond (in negatives). Good luck reaching that though.
    • Custom seed button is disabled in sequential mode
    • Current sequential seed will not reset if you turn off sequential mode, the seed is stored in the save file separately

The Witness Puzzles v1.0.10

20 Jul 01:55
d17e0a8
Compare
Choose a tag to compare

Changelog:

  • Error message should pop up in case of a crash on Android. Screenshot and report it here in that case.
  • Saves are now stored in /Android/data/com.sergreen.thewitnesspuzzles/files/ for Android or /Documents/My Games/TWP/ for PC.
    • Old saves should transfer to the new location automatically on first launch of the new version.
    • You can access saved puzzles via file manager and backup or share them this way if you want.
  • Fix for a crash that could occur on some devices after solving, skipping or liking a puzzle (#16).

The Witness Puzzles v1.0.9

07 Jan 11:33
Compare
Choose a tag to compare

Changelog:

  • Add a way to enter seed number for the panel generator
    • Seed of a panel is displayed at the top of the screen
    • Here's a couple of good seeds to check out: 556287781 and 040665612
  • Fix jittery / laggy line movements after resizing game window in desktop version (#13)
  • Fix for subtractive tetris rule not working correctly in some situations (#14, #15)
  • Miscellaneous minor fixes and improvements

The Witness Puzzles v1.0.9f

17 Jul 00:08
Compare
Choose a tag to compare
Pre-release

A build for debugging #16.

Changelog:

  • Saves location moved from internal storage to private external folder (/Android/data/com.sergreen.thewitnesspuzzles/files/) to be reachable in file explorer.
  • It should catch all exceptions and display error message to help debug crashes.
  • Pressing Volume Down in puzzle screen will crash the application (for testing purposes)

The Witness Puzzles v1.0.8

23 Sep 20:56
Compare
Choose a tag to compare

Changelog:

  • Fixed bugs that could cause generation of unsolvable panels
  • Seed of a panel is now displayed at the top of the screen

The Witness Puzzles v1.0.7

01 Oct 00:45
Compare
Choose a tag to compare

Should work on almost any Android, though Android 4.4 KitKat or newer is advised.
For Windows version download .zip archive. Microsoft .NET Framework 4.7 is required.