mirror of
https://github.com/d3vyce/Python-Game.git
synced 2025-04-03 12:23:22 +02:00
Change type ID
This commit is contained in:
parent
c74dfcc1a3
commit
928aaff2cb
@ -2,9 +2,8 @@ import numpy as np
|
||||
import random
|
||||
|
||||
# 0 = AIR
|
||||
# 1 = SNAKE
|
||||
# 2 = WALL
|
||||
# 3 = APPLE
|
||||
# 1 = WALL
|
||||
# 2 = APPLE
|
||||
|
||||
def init_level(heigh, width):
|
||||
return np.zeros((heigh, width))
|
||||
|
Loading…
x
Reference in New Issue
Block a user