Comment on FC8 – Faster 68K Decompression (2016)parentComments−geon2yI wrote a naive lz77 packer/unpacker in C for a c64 game. https://github.com/geon/woorm/blob/master/tools/lz77.cNot fast, but the compression ratio was decent, and made it easy to fit a bunch of levels into the game.
Comments
I wrote a naive lz77 packer/unpacker in C for a c64 game. https://github.com/geon/woorm/blob/master/tools/lz77.c
Not fast, but the compression ratio was decent, and made it easy to fit a bunch of levels into the game.