Exemplo n.º 1
0
def main():
	m = Map(steps, height, width, wall, ground, automataSteps)
	m.createMap()
	Print.big(m.createMapMatrix())
	print "\n\n\n\n\n"
	Print.big(m.createMapMatrixAutomata())