Variable: 5x5-grid-size
5x5-grid-size is a customizable variable defined in 5x5.el.gz.
Value
5
Documentation
Size of the playing area.
Source Code
;; Defined in /usr/src/emacs/lisp/play/5x5.el.gz
(defcustom 5x5-grid-size 5
"Size of the playing area."
:type 'integer)