CXXBattleShip/README.md

550 B

🚢 CXXBattleShip

A simple yet functional terminal BattleShip game, written in C++
To compile the game follow the instructions.

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

- 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

Binaries are available in the release section

Enjoy the game :)