feat: Game configuration #38

This commit is contained in:
demenik
2025-11-24 14:52:20 +01:00
parent 99c918d6d0
commit 626e1d568a
10 changed files with 103 additions and 36 deletions

5
assets/config.json Normal file
View File

@@ -0,0 +1,5 @@
{
"grid_width": 10,
"grid_height": 10,
"pom_speed": 2
}