Skip to content

Commit

Permalink
Rename 2048lib/functions.py to old11/functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er authored Apr 28, 2022
1 parent 0d61c19 commit aeeff11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2048lib/functions.py → old11/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def initialize(board):
board.empty.remove(4*y2+x2)

# print("Tile 1 coordinates: (", x1, ",", y1, ")\nTile 2 coordinates: (", x2,",", y2, ")\nTile 1 value: ", t1val, "\nTile 2 value: ", t2val, "\nEmpty indexes: ", board.empty, sep="")


0 comments on commit aeeff11

Please sign in to comment.