wersja bez przeszukiwania stanow v2
This commit is contained in:
parent
077f1720d0
commit
8e7384cf7a
Binary file not shown.
Binary file not shown.
@ -5,8 +5,6 @@ from container.constans import *
|
|||||||
from container.tree import Tree
|
from container.tree import Tree
|
||||||
from container.mushroom import Mushroom
|
from container.mushroom import Mushroom
|
||||||
from container.agent import Agent
|
from container.agent import Agent
|
||||||
from container.state import State
|
|
||||||
from container.graph import Graph
|
|
||||||
|
|
||||||
class Board:
|
class Board:
|
||||||
def __init__(self, x = 0, y = 0, width = WIDTH, height = HEIGHT, row = ROWS, col = COLUMNS):
|
def __init__(self, x = 0, y = 0, width = WIDTH, height = HEIGHT, row = ROWS, col = COLUMNS):
|
||||||
|
Loading…
Reference in New Issue
Block a user