baseed on socket in linux. service and client communicate by socket. The player operates the alphabet 'M' to play the game. The rebot is alphabet 'W'. Player and rebot can move and fire . The aim for player is destroy all robots.player can create or join room for playing together . client using curses ploting.
sudo apt-get install libncurses5-dev
gcc s.c -lpthread // for service
gcc c.c -lpthread -lcurses // for client
