Add restart option

This commit is contained in:
Christian Basler
2025-04-29 06:00:34 +02:00
parent d02043bbdb
commit f8d7702fca
6 changed files with 65 additions and 11 deletions

View File

@@ -37,6 +37,7 @@ class Game(
}
}
}
grid.snapshot()
}
fun onStart(listener: () -> Unit) {