summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/gol4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/gol b/bin/gol
index eadf2f5..7d12921 100755
--- a/bin/gol
+++ b/bin/gol
@@ -2,6 +2,6 @@
$:.unshift('lib')
require 'gol'
-max_x = 3
-max_y = 3
+max_x = 10
+max_y = 10
Game.new(Printer.new(max_x)).play(max_x, max_y)