Files
template/pig_lite/instance_generation/enc.py
2025-10-19 22:18:14 +02:00

6 lines
106 B
Python

# this is the common encoding for different level tiles
WALL = 1
SPACE = 0
EXPOSED = -1
UNDETERMINED = -2