Chess player: Difference between revisions

m
link to VPython 3D-Chess-Board, pygame
m (Warn that this task might be too much work; use template magic to bring in picolisp solution)
m (link to VPython 3D-Chess-Board, pygame)
Line 4:
In the early times, chess used to be the prime example of artificial intelligence. Nowadays, some chess programs can beat a human master, and simple implementations can be written in a few pages of code.
 
Write a program which plays chess against a human player. No need for graphics -- a textual user interface is sufficient.<br>
No need for graphics -- a textual user interface is sufficient.
 
=={{header|PicoLisp}}==
{{:Chess player/PicoLisp}}
 
=={{header|Python}}==
=={{libheader|pygame}}==
"Python Chess" is a chess game at the [http://www.pygame.org/project-Python+Chess-1099-.html PyGame-Website] and [http://uniformlyuninformative.wordpress.com/python-chess Homepage].
 
=={{libheader|VPython}}==
There is a 3D-Chess-Board in the [http://vpython.org/contents/contributed/chessboard.py VPython contributed section].
Anonymous user