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 9a35d99 commit f4c8a4dCopy full SHA for f4c8a4d
internal/game/difficulty.go
@@ -3,7 +3,7 @@ package game
3
type Difficulty int
4
5
const (
6
- Easy Difficulty = 36
+ Easy Difficulty = 38
7
Medium Difficulty = 32
8
Hard Difficulty = 28
9
)
0 commit comments