starting func
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Tom Weber 2 years ago
parent 50c09332e1
commit 728f67de93

@ -103,9 +103,9 @@ def get_starting_board(size, start=random):
else:
return State(size, size, None)
def start(size = 100, start="random"):
def get(size = 100, start="random"):
board = get_starting_board(size, start)
return PlotlyAnimation(board, size)
return PlotlyAnimation(board, size).animation
def main():
# state = State(20, 20, [(0, 1), (1, 2), (2, 0), (2, 1), (2, 2)])

Loading…
Cancel
Save