Skip to content

Commit

Permalink
Rename 2048lib/classes.py to old11/classes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er authored Apr 28, 2022
1 parent d3f607a commit 0d61c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2048lib/classes.py → old11/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ def end(self):
if y != 3:
if self.board[4*y+x].val == self.board[4*y+x+4].val:
return 0
return 1
return 1

0 comments on commit 0d61c19

Please sign in to comment.