gioelec / naval_battle

Command line naval battle game that uses TCP/UDP communication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class project for a distributed naval battle game

Instructions

To start up the server Choose a port number e.g. 8080

  • cd Server
  • make
  • ./battle_server 8080
To start up a single client choose port and address
  • cd Client
  • make
  • ./battle_client 127.0.0.1 8080

About

Command line naval battle game that uses TCP/UDP communication.


Languages

Language:C 97.6%Language:Makefile 2.4%