1 2 3 4 5 6 7 8 9 10 11 12
# 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