Tic-Tac-Toe

Directions:
  1. Start kcl (or other lisp interpreter)
  2. Type the next two commands into kcl
  3. (load "tictactoe.lisp")
  4. (tic_tac_toe)
  5. Play and enjoy!