Updated examples and added more documentation
This commit is contained in:
@@ -58,7 +58,7 @@ func redraw () {
|
||||
application.SetRune(0, height - 1, '+')
|
||||
|
||||
for x := 0; x < width; x ++ {
|
||||
application.SetColor(x, height / 2, stone.Color(x % 6 + 2))
|
||||
application.SetColor(x, height / 2, stone.Color(x % 5 + 3))
|
||||
}
|
||||
|
||||
for x := 1; x < width - 1; x ++ {
|
||||
|
||||
Reference in New Issue
Block a user