Variable: gomoku-number-of-human-wins
gomoku-number-of-human-wins is a variable defined in gomoku.el.gz.
Value
0
Documentation
Number of games you won in this session.
Source Code
;; Defined in /usr/src/emacs/lisp/play/gomoku.el.gz
(defvar gomoku-number-of-human-wins 0
"Number of games you won in this session.")