comparison lisp/play/gomoku.el @ 14040:187735b53d52

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 22:21:28 +0000
parents d6e417df288b
children 83f275dcd93a
comparison
equal deleted inserted replaced
14039:831c5fda97f4 14040:187735b53d52
264 ;; conditions are required to obtain sensible moves, but the previous example 264 ;; conditions are required to obtain sensible moves, but the previous example
265 ;; should illustrate the point. If you manage to improve on these values, 265 ;; should illustrate the point. If you manage to improve on these values,
266 ;; please send me a note. Thanks. 266 ;; please send me a note. Thanks.
267 267
268 268
269 ;; As we choosed values 0, 1 and 6 to denote empty, X and O squares, the 269 ;; As we chose values 0, 1 and 6 to denote empty, X and O squares, the
270 ;; contents of a qtuple is uniquely determined by the sum of its elements and 270 ;; contents of a qtuple are uniquely determined by the sum of its elements and
271 ;; we just have to set up a translation table. 271 ;; we just have to set up a translation table.
272 272
273 (defconst gomoku-score-trans-table 273 (defconst gomoku-score-trans-table
274 (vector nil-score Xscore XXscore XXXscore XXXXscore 0 274 (vector nil-score Xscore XXscore XXXscore XXXXscore 0
275 Oscore 0 0 0 0 0 275 Oscore 0 0 0 0 0