Skip to content

Commit

Permalink
Five mazes, that's it
Browse files Browse the repository at this point in the history
  • Loading branch information
alemelis authored and JRaspass committed Nov 29, 2020
1 parent 075373e commit 07148f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hole/maze.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func draw(grid [height][width]int, si, sj, ei, ej int, path [height][width]int,
}

func maze() (args []string, out string) {
nomazes := rand.Intn(8) + 2
nomazes := 5
for i := 0; i < nomazes; i++ {
var grid [height][width]int
var dist [height][width]int
Expand Down

0 comments on commit 07148f2

Please sign in to comment.