Battleship Game is a simple console based C++ plus game. The battleship game is designed in an object-oriented programming language – C++. This simple battleship game can help beginners and students learn how to develop games and fun applications using C++ language.
About Battleship Game In C++
It determines all basic commands, functions, syntax, structures. Talking about the gameplay where you have to hit the target by giving the command. Like, you will provide battleship the co-ordinates either horizontal or vertical and x-y coordinates 0-9 for the position to attack the enemy ship.
How to run Battleship Game In C++ ?
To run the project you must have installed Dev C++ or Code Blocks on your PC. (we recommend these IDE).