This is a simple tic-tac-toe game using sockets in Java, made for the purpose of learning.
How to use:
- Start Servidor.java. It will listen on ports 6789 and 6790.
- Start two instances of Cliente.java passing the port as a parameter. Player 1 is 6789 and Player 2 is 6790.
- Play!