Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 288 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 288 Bytes

Battleships

C++ Battleships game

Created for Diploma Of Software Development. Currently uses a mix of OO and Functional programming which is being transitioned to full OO.

Uses googletest Google C++ Testing Framework https://code.google.com/p/googletest/ for Unit Testing.