This project is a part of the first year of Epitech.
We had 2 weeks to complete it. 🗓️
The goal of this project was to create a Battleship game in C. 🚢
this project is composed of a client and a server
USAGE:
./navy [first_player_pid] (boat_positions)
DESCRIPTION:
first_player_pid: only for Player 2: PID of Player 1.
boat_positions: file that represents the position of each ship.
- Clone this repository locally
- Run
make
in your bash / command line - Run
./navy player1.txt
Note if no first_player_pid is provided, the server is started or else the client is started
An output you can get from this program can be:
SERVER | CLIENT |
---|---|
Here are the different tools and languages we used to make this project: 🛠️
Here is the GitHub of the person who did the project with me : Killian Lelong