network-ttt 1.0.1

tic-tac-toe that works over a local network
# tic-tac-toe
## what
A server and client program that connects to one another via an IP and port.

## moves
- t = top
- l = left
- r = right
- b = bottom
- c = center

these can be combined like "tl" = top left