atoms.lisp: Don't start the game automatically.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Mar 2013 01:22:28 +0000 (01:22 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 24 Mar 2013 01:22:28 +0000 (01:22 +0000)
Also, rename the default players.

atoms.lisp

index 3f225b3..6aeb8de 100644 (file)
   (setf *window* (apply #'make-instance 'atom-game-window initargs))
   (gtk:widget-show-all *window*))
 
-(start-atom-game :width 7 :players (list "Mark" "Vicky"))
+#+debug
+(start-atom-game :width 7
+                :players '("Alice" "Bob"))
 
 ;;;----- That's all, folks --------------------------------------------------