wersja bez przeszukiwania stanow v2

This commit is contained in:
Patryk Drzewiński 2021-04-27 13:48:53 +02:00
parent 077f1720d0
commit 8e7384cf7a
3 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ from container.constans import *
from container.tree import Tree
from container.mushroom import Mushroom
from container.agent import Agent
from container.state import State
from container.graph import Graph
class Board:
def __init__(self, x = 0, y = 0, width = WIDTH, height = HEIGHT, row = ROWS, col = COLUMNS):