2022-04-17 14:20:15 +02:00
2022-03-23 19:57:46 +01:00
2022-04-17 14:20:15 +02:00

🚢 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 :)

S
Description
A simple but functional terminal BattleShip game, written in c++
Readme 773 KiB
Languages
C++ 100%