kpetridis24 / battleship

C++ object-oriented implementation of BattleShip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BattleShip

C++ object-oriented implementation of BattleShip

Simple code for BattleShip game where two Players place their ships across a 2-D grid each, and then guess their opponent's ship coordinates. The game ends when all the ships of one player are sunk. The code will be updated soon, with a smart player that's gonna take into account real-world, logic parameters, giving him the ability to win easier and faster. The main is unfinished and in a test-state to make sure everything works well.

About

C++ object-oriented implementation of BattleShip


Languages

Language:C++ 98.3%Language:CMake 1.7%