Skip to content

ekiriano/NavalBattle-ncurses

Repository files navigation

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

Releases

No releases published

Packages

No packages published