fixed package

This commit is contained in:
2025-12-01 16:18:22 +05:30
parent d9c3ecb252
commit 3c81a8bf29
6 changed files with 17 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
package game
package structs
// Board is a generic 2D grid for turn-based games.
// Cell data is stored as strings, but can represent anything (piece, move, state).

View File

@@ -1,4 +1,4 @@
package game
package structs
// Player represents a participant in the match.
type Player struct {