Battleship is a game written in c++
Must be installed on your machine :
c++ : sudo apt-get install g++
ncurses : sudo apt-get install libncurses5-dev libncursesw5-dev
The following procedure must be followed to run the project on your local machine :
git clone https://github.com/ekiriano/NavalBattle-ncurses.git
cd NavalBattle-ncurses
g++ *.cpp -o name -lncurses
./name
version 1.0.0
- Amine Soufyani - Initial work - ekiriano
- Abed Ouail - Initial work - eleutheromastrophimatique
- Barry ---- - Initial work -