Skip to content

foumart/JS.13kGames.ImageEncryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Encrypt 8-colored images as plain text. A tool designed for JS13K Games competition.

Image limitations: 8 colors (7 + tranparency), 4096 total pixels max (for example: 64x64px).

The strings produced are with ANSI encoding (Western ISO 8859-1) suitable for ZIP archiving.

Adaptation over Mini Pixel Art by XEM