This project is develop a big two cards game using TCP/IP, multithread, curses.h user interface library
See Makefile
for details
First step:
- You should build library
make libj.a
Next:
- Compile both files a.txt and b.txt
make all
- Run server
./output/server
- Run client
./output/client
make clean