Improve domain (WIP)

This commit is contained in:
2024-06-11 23:41:39 +02:00
parent f891dea885
commit 60204f3b04
6 changed files with 122 additions and 44 deletions

View File

@@ -1,5 +1,7 @@
package domain
const val PUZZLE_SIZE = 6
class Game(
val categories: List<ItemCategory>,
val grid: Grid,