Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 705 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 705 Bytes

Battleship Game

Battleship is a game written in c++

Getting Started

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

Versioning

version 1.0.0

Authors