Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Robertson committed Jan 18, 2023
1 parent ebcde05 commit 26b1e15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func DrawMaze(currentMaze *maze.Maze, canvas *image.Paletted) {
var hash byte = 35
log.Print(hash)
log.Print(reflect.TypeOf(hash))
// rows[u][v] = hash
rows[u] = "#" + rows[u][v+1:]
}
if v % 2 == 0 {
newRow = newRow + string(rows[u][v])
Expand Down
Binary file modified pigames
Binary file not shown.

0 comments on commit 26b1e15

Please sign in to comment.