run make :
- clone repository.
- go to the repository.
- run
make.
git clone https://github.com/weltya/battleship.git
cd battleship
makerun server :
- args :
- executable name.
- port.
Example :
./server_battleship 1664run client (copy this commands in 2 terminal) :
- args :
- executable name.
- server IP.
- port.
- Map.
Example :
./client_battleship 192.168.1.82 1664 battleship-map1