reverse ID changes

This commit is contained in:
d3vyce 2022-07-31 22:53:42 +02:00
parent edf549e670
commit 6b0e2098e3

View File

@ -2,8 +2,9 @@ import numpy as np
import random
# 0 = AIR
# 1 = WALL
# 2 = APPLE
# 1 = SNAKE
# 2 = WALL
# 3 = APPLE
def init_level(heigh, width):
return np.zeros((heigh, width))