# 🚢 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](https://brew.sh/) Then compile: `cpp CXXBattleShip.cpp` And execute the generated file. #### - Windows Use Mingw/[MSYS2](https://www.msys2.org/) or MSVC ### Binaries are available in the release section Enjoy the game :)