Chess player: Difference between revisions

Content added Content deleted
mNo edit summary
(Created sub-tasks)
Line 6: Line 6:
Write a program which plays chess against a human player. <br>
Write a program which plays chess against a human player. <br>
No need for graphics -- a textual user interface is sufficient.
No need for graphics -- a textual user interface is sufficient.

Rather than implementing a complete monolithic program, you may wish to tackle one of the simpler sub-tasks:

# [[Chess player/Move generation]]
# [[Chess player/Search and evaluation]]
# [[Chess player/Program options and user interface]]

or use those components as part of a complete program, demonstrating your language's support for modularity.


=={{header|PicoLisp}}==
=={{header|PicoLisp}}==