Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 547 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 547 Bytes

Multi-user chess for the linux shell. Build with make.

Screenshot from 2023-06-03 18-02-58

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.