Winzle Puzzle
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
'''Winzle!''' is a jigsaw puzzle game for Windows 3.1. It uses a custom '''.wzl''' format for its puzzle image files. | '''Winzle!''' is a jigsaw puzzle game for Windows 3.1. It uses a custom '''.wzl''' format for its puzzle image files. | ||
− | A .wzl file is apparently just a [[BMP]] file with the first 256 bytes XORed with 0x0d, hence the magic number is 2 bytes: `4F 40`. | + | A .wzl file is apparently just a [[BMP]] file with the first 256 bytes [[Exclusive Or|XORed]] with 0x0d, hence the magic number is 2 bytes: `4F 40`. |
== Software == | == Software == | ||
Line 14: | Line 14: | ||
* [http://imageconverter.rest7.com/ Rest7 Online Image Converter] | * [http://imageconverter.rest7.com/ Rest7 Online Image Converter] | ||
* http://cd.textfiles.com/beachware/GAMES/WINZLE/ | * http://cd.textfiles.com/beachware/GAMES/WINZLE/ | ||
+ | * {{Deark}} | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{CdTextfilesURL|beachware/GAMES/WINZLE/MASK.WZL}} |
+ | * {{CdTextfilesURL|aspcd9606/PROGRAMS/GAMETIME/SWIM121.ZIP}} → *.WZL | ||
+ | * {{DexvertSamples|image/winzlePuzzle}} | ||
[[Category:Puzzles]] | [[Category:Puzzles]] |
Latest revision as of 02:56, 28 December 2023
Winzle! is a jigsaw puzzle game for Windows 3.1. It uses a custom .wzl format for its puzzle image files.
A .wzl file is apparently just a BMP file with the first 256 bytes XORed with 0x0d, hence the magic number is 2 bytes: `4F 40`.