source ./PlayerServer.tcl

set port [otcl oserver init]

puts "TicTacToe player server started on port $port"

otcl oserver process
