diff options
Diffstat (limited to 'lisp/play/gomoku.el')
-rw-r--r-- | lisp/play/gomoku.el | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index b3696b50b33..68df99c3eba 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el @@ -1,12 +1,17 @@ ;;; gomoku.el --- Gomoku game between you and Emacs +;; Author: Phillippe Schnoebelen <phs@lifia.imag.fr> +;; Last-Modified: 16 Mar 1992 +;; Adapted-By: ESR +;; Keywords: games + ;; Copyright (C) 1988 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 1, or (at your option) +;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, @@ -18,6 +23,8 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: + ;;; Gomoku game between you and GNU Emacs. Last modified on 13 Sep 1988 ;;; ;;; Written by Ph. Schnoebelen (phs@lifia.imag.fr), 1987, 1988 @@ -74,6 +81,8 @@ ;; The algorithm is briefly described in section "THE SCORE TABLE". Some ;; parameters may be modified if you want to change the style exhibited by the ;; program. + +;;; Code: ;;; ;;; GOMOKU MODE AND KEYMAP. |