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 00acc97 commit 2880e3cCopy full SHA for 2880e3c
cmd/terminalapp/main/main.go
@@ -170,8 +170,8 @@ func main() {
170
}
171
172
if char == 'o' || char == 'O' || key == keyboard.KeyEnter {
173
+ x0, y0 = selected[0], selected[1]
174
if bombs == nil {
- x0, y0 = selected[0], selected[1]
175
oppend = make([][2]int8, 0)
176
bombs = mnsw.GetRandomBombs(board, mnsw.AsPoint(x0, y0), bombsCount)
177
board = mnsw.GetCellNumbers(board, bombs)
0 commit comments