|
EECE (COMP) 4/6730
|
|
Assignment 8: The tic-tac-toe application was orginally written using Quintus Prolog library changearg. 1) Port the code tic-tac-toe.pl to run using SWI-PROLOG and show a few examples of it working successfully. You will have to at least write some code to replace the Quintus Prolog library predicate changearg. 2) Make any other appropriate changes to the program that would make it a better tic-tac-toe player. 3) Provide a written explanation of all the code changes you made as part of this assignment.
|