C64 Productions: preview of upcomming 8k game /Jetboyposted on: Thu, 03 Aug 2006 17:00:08 +0200
True...
13 bytes is long enough to save 20 character long name without any compression... and you have some bits left.
Plus if you save lo scores you dont need 2 bytes per score, just one, assuming the table starts with 255 as lo score
Now - you can use compression on top of that - there are free source codes out there to do that.