aboutsummaryrefslogtreecommitdiff
path: root/docs/tools.md
blob: ee422616ac5191516c5a40706ba15089e078141c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## 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

TODO

### map.py

TODO

## Build helpers

### chksize

TODO

### mkdeps.py

TODO