Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 212 Bytes

File metadata and controls

12 lines (10 loc) · 212 Bytes

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