Multi-user chess for the linux shell. Build with make.
Example usage: First player hosts a game and listens for a connection
nikola@nameless:~/Code/chess $ ./chess -h localhost 2222
Waiting for an oponent to join, listening on: localhost:2222
Second player joins:
nikola@nameless:~/Code/chess $ ./chess -j localhost 2222
You might want to increase font size of your terminal to see the pieces better.