We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccee02 commit 7c6cf27Copy full SHA for 7c6cf27
internal/game/game.go
@@ -1,4 +1,4 @@
1
-package internal
+package game
2
3
// sideSize - 預設 sideSize
4
const sideSize = 4
internal/game/game_move_test.go
import (
"fmt"
internal/game/game_random_tile_test.go
"testing"
internal/game/game_test.go
internal/game/random.go
"math/rand"
0 commit comments