Releases: SerGreen/TheWitnessPuzzles
The Witness Puzzles v1.0.12a
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
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
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
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
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
and040665612
- 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
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
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
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.