about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-09-07 23:12:19 -0500
committerCase Duckworth2022-09-07 23:12:19 -0500
commit13f45de2c51d3cb436b9c79b7126dca13d289882 (patch)
treef5ccf096a317e1bf55d9a9f8d8fb4556033b23f3
parentTheming (diff)
downloadpotato-13f45de2c51d3cb436b9c79b7126dca13d289882.tar.gz
potato-13f45de2c51d3cb436b9c79b7126dca13d289882.zip
Start game at the end
-rwxr-xr-xpotato.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/potato.scm b/potato.scm index 74ceaa3..00f23fa 100755 --- a/potato.scm +++ b/potato.scm
@@ -234,3 +234,5 @@ exec csi -s $0 "$@"
234 (newline) 234 (newline)
235 (read-buffered) 235 (read-buffered)
236 (turns)))) 236 (turns))))
237
238(game)