fanzhangg / c-gomoku

An online gomoku game using socket in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Gomoku

This is an online terminal gomoku game. It is written in C, and uses socket to support networking.

Usage

nc -C "hostname" "port" # lowercase -c on Mac

hostname is the full name of the machine on which your server is running, and port is the port on which your server is listening. To get the host name of the machine, run hostname -f. Use localhost in place of the host name if you are sure that the server and client are both on the same server.

About

An online gomoku game using socket in C


Languages

Language:C 97.4%Language:Makefile 2.6%