s481876/ai-wozek:main
main
@ -280,7 +280,8 @@ def bfs(isstate,final):
explored.append(node)
successors=succ(node)
for successor in successors:
fringe.append(successor)
if (successor not in fringe and successor not in explored):
# Main game loop
def game_loop():
The note is not visible to the blocked user.