X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=strategies.lisp;h=5529d01d4361dc33467e5e38b036150119d04057;hb=700caef889ec2cbab00203566f5d7667457e0d67;hp=b18a7c391b861a4feb7fa524ccf6f1c2ffa948ea;hpb=5c954ef78b1ea675a6f3f12c118b053665a38f39;p=reversi.git diff --git a/strategies.lisp b/strategies.lisp index b18a7c3..5529d01 100644 --- a/strategies.lisp +++ b/strategies.lisp @@ -8,7 +8,7 @@ ;;;; Programer: Kevin Rosenberg based on code by Peter Norvig ;;;; Date Started: 1 Nov 2001 ;;;; -;;;; $Id: strategies.lisp,v 1.3 2002/10/25 12:39:15 kevin Exp $ +;;;; $Id: strategies.lisp,v 1.4 2002/10/25 13:09:11 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2001-2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1998-2002 Peter Norvig @@ -533,6 +533,9 @@ '(random ab3-df ab3-wt ab3-md-wt iago))) +(defun text-reversi () + "Sets up a text game between player and computer" + )