xypine / mapC2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mapC2

MapC2 is for creating simple maps with variable sizes.

Once the map is ready, you can export it in a very compact format.

Dependencies & How to Build

This project has been created on processing.py 3, go grab the IDE from here. Additionally this project depends on the following processing libraries wich can be downloaded from the IDE:

  • UiBooster

Examples

Format examples:

101
010
101

becomes: 3#341#9

00000000
01100110
01000010
01011010
01011010
01000010
01111110
00000000

becomes: 8#28783403453283840#64

About


Languages

Language:Python 99.9%Language:Processing 0.1%