Chess player/Program options and user interface: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1:
<strike><nowiki>{{draft task|Program options and user interface}}</nowiki></strike> This is a sub-task of the [[Chess player]] task.
 
Using previously created [[Chess player/Move generation]] and [[Chess player/Search and evaluation]] components, write a ''driver'' or ''main loop'' which will allow a user to play a game against the computer. This can use either a simple ASCII command-line interface or a more elaborate graphical interface. Implement the basic features given below, and optionally some of the more advanced ones