sonbk040901 / NetP_P

Network programming Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIG TWO CARDS GAME

This project is develop a big two cards game using TCP/IP, multithread, curses.h user interface library

How to build

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

Remove all compile files

    make clean

Some demo

Login

Signup

Active account

About

Network programming Project


Languages

Language:C 99.4%Language:Makefile 0.6%