X-Git-Url: https://git.distorted.org.uk/~mdw/atoms/blobdiff_plain/81a05254203336af07618c1fbcb9b020dde020db..f636a83313622d3e6e3b4dfd9013d274f6ae376a:/atoms.lisp diff --git a/atoms.lisp b/atoms.lisp index 3f225b3..6aeb8de 100644 --- a/atoms.lisp +++ b/atoms.lisp @@ -1157,6 +1157,8 @@ (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 --------------------------------------------------