implement tower shuffle

This commit is contained in:
2025-08-29 14:14:37 -05:00
parent 2ef80e8878
commit 76416aae95
7 changed files with 96 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
from src.tower_shuffle import TowerShuffle
def test_tower_shuffle():
tower = TowerShuffle.new(19)
tower = TowerShuffle.new(9)
print(tower)
for _ in range(100):
tower.shuffle()