A simple but functional terminal BattleShip game, written in c++
Go to file
Borededdy 88c61aa888 Merge pull request 'Refractor code' (#1) from MGislv/CXXBattleShip:main into main
Reviewed-on: #1
2022-04-20 07:24:27 +00:00
CXXBattleShip.cpp Refractor code 2022-04-17 14:20:15 +02:00
LICENSE Initial commit 2022-03-23 19:57:46 +01:00
README.md Refractor code 2022-04-17 14:20:15 +02:00

README.md

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