Accounting Zones for basefactory, mark them in level.txt by int, x for danger zones

This commit is contained in:
steffen-illium
2021-06-11 10:29:57 +02:00
parent b4ad112ea6
commit 99c01cd569
8 changed files with 119 additions and 70 deletions

@ -6,6 +6,7 @@ from pathlib import Path
# Constants
WALL = '#'
DANGER_ZONE = 'x'
LEVELS_DIR = 'levels'
LEVEL_IDX = 0
AGENT_START_IDX = 1