Skip to content

Latest commit

 

History

History

my_navy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Navy project 🖥️

Done by Maxime and Killian - Epitech 2021 🎓

Overview

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

Features

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.

Running the project locally

  • 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
server.png client.png

Here are the different tools and languages we used to make this project: 🛠️

Main tools

Here is the GitHub of the person who did the project with me : Killian Lelong