Building:
  * javac *.java
  * start
        rmiregistry 10000
    (or substitute other number as needed) in classes folder
        > will need allow the binary to communicate on domain networks at least
  * start service from another terminal
        java TTTServiceImpl
  * start client:
        java TicTacToe
