Updated examples and added more documentation

This commit is contained in:
2022-11-19 18:00:47 -05:00
parent 9a8bb85afc
commit 9a37fbf04a
4 changed files with 110 additions and 25 deletions

View File

@@ -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 ++ {