comparison lisp/play/gomoku.el @ 76953:417f62c55294

Seed RNG on loading.
author Glenn Morris <rgm@gnu.org>
date Thu, 05 Apr 2007 06:29:42 +0000
parents e3694f1cb928
children 527f752989fc 4ef881a120fe
comparison
equal deleted inserted replaced
76952:1842898590ae 76953:417f62c55294
1207 "Move point to last square on the Gomoku board row." 1207 "Move point to last square on the Gomoku board row."
1208 (interactive) 1208 (interactive)
1209 (move-to-column (+ gomoku-x-offset 1209 (move-to-column (+ gomoku-x-offset
1210 (* gomoku-square-width (1- gomoku-board-width))))) 1210 (* gomoku-square-width (1- gomoku-board-width)))))
1211 1211
1212 (random t)
1213
1212 (provide 'gomoku) 1214 (provide 'gomoku)
1213 1215
1214 ;;; arch-tag: b1b8205e-77fc-4597-b373-3ea2c04311eb 1216 ;;; arch-tag: b1b8205e-77fc-4597-b373-3ea2c04311eb
1215 ;;; gomoku.el ends here 1217 ;;; gomoku.el ends here