## Overview These are some tools written in Python that are required to build the example game and can be used in new projects. This reference should complement both the command line help available in all tools (with `-h` flag), and the example game itself. ## Data conversion tools ### png2tiles.py TODO ### png2sprites.py The png2sprites.py tool converts an image that is a multiple of 16x16 into multiple sprites. Sprites are also separated by colour values. Dark grey (#1c1c1c) is assigned to transparent in the MSX colour index. ### map.py TODO ## Build helpers ### chksize TODO ### mkdeps.py TODO