A simple command-line Battleship game written in C++.
- Board: 5x5
- Ships: 3 (single-cell ships, randomly placed)
- Turns: 10
- Symbols:
.unknownXhitOmiss
battleship-cpp/
├─ src/
│ ├─ main.cpp
│ ├─ BattleshipGame.hpp
│ └─ BattleshipGame.cpp
├─ .gitignore
├─ LICENSE
└─ README.md