I don't know what that function was doing
This commit is contained in:
parent
eca2b4acb8
commit
7e1aaf7eee
1 changed files with 0 additions and 7 deletions
|
|
@ -8,13 +8,6 @@ BOARD_SIZE = 14
|
|||
tiles = game.game_tiles()
|
||||
|
||||
|
||||
def can_place(
|
||||
board: game.Board, tile: game.Tile, player: game.Player
|
||||
) -> list[tuple[int, int]]:
|
||||
placements = []
|
||||
placements.extend
|
||||
|
||||
|
||||
def print_game_state(game_state: tuple[game.Board, list[int], list[int]]):
|
||||
(board, p1tiles, p2tiles) = game_state
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue