added first draft litris

This commit is contained in:
2023-07-19 21:30:52 +02:00
parent 4d9ccbfd90
commit 5eaa9ff5d4
6 changed files with 235 additions and 4 deletions

View File

@@ -162,7 +162,9 @@ class Pickaxe_Field(GameBase):
#5 merge if secone row bottom matches #4
#6 rightest column has no empty spots (enable downwards movement)
# phase 1 build up second, third, fourth etc
# phase 2 build up merge bottom right
# phase 3 merge
points = 0
highest = np.max(shift_dir)