Skip to content

Commit

Permalink
Changelist :
Browse files Browse the repository at this point in the history
- last update on this branch before test
- A new version less optimized will be created and will be functional
  • Loading branch information
gb85150 committed Oct 30, 2021
1 parent 20234ad commit 64856b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def fight():
g.player1.attack += g.player1.inv[i].attack


# wondering about moving this to Grid class ?
# wondering about moving this to Grid class ? Not in this branch
def print_grid(grid) -> None:
for i in range(len(grid)):
print(("┌───┐\n│ │\n└───┘\n" * len(grid[i])), sep=' ')
Expand Down

0 comments on commit 64856b8

Please sign in to comment.