Winzle Puzzle
From Just Solve the File Format Problem
(Difference between revisions)
m |
(→Sample files) |
||
Line 16: | Line 16: | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{CdTextfilesURL|beachware/GAMES/WINZLE/MASK.WZL}} |
+ | * {{CdTextfilesURL|aspcd9606/PROGRAMS/GAMETIME/SWIM121.ZIP}} → *.WZL | ||
[[Category:Puzzles]] | [[Category:Puzzles]] |
Revision as of 16:20, 16 September 2020
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`.