CXXBattleShip/README.md

26 lines
550 B
Markdown
Raw Permalink Normal View History

# 🚢 CXXBattleShip
2022-04-17 12:20:15 +00:00
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
2022-04-17 12:20:15 +00:00
Use Mingw/[MSYS2](https://www.msys2.org/) or MSVC
### Binaries are available in the release section
Enjoy the game :)