Skip to content

A simple but functional terminal BattleShip game, written in c++

License

Notifications You must be signed in to change notification settings

Borededdy/CXXBattleShip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

🚢 CXXBattleShip

A simple but functional terminal BattleShip game, written in c++ To Open the game follow the instructions down here or in the wiki.

You need a C++ compiler, e.g. Clang, GCC, MSVC...

- Linux

In the terminal type:
g++ battleship.cpp
make sure that you have installed Clang or any C++ Compilator
After that done type:
./a.out
To launch the executible file.

- Unix

On MacOS you can install Xcode from the store or using the terminal:
xcode-select --install

Else use Homebrew

Then compile:
cpp CXXBattleShip.cpp
And execute the generated file.

- Windows

Use Mingw/MSYS2 or MSVC