Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 455 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 455 Bytes

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