Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 714 Bytes

File metadata and controls

14 lines (9 loc) · 714 Bytes

Build status

Battleship C++

A simple game of Battleship, written in C++ with Microsoft Visual Studio 2022.

This code can be compiled by using Visual Studio 2022 with Windows SDK 10.0 and Platform Toolset v143. It has been tested on Windows 11.

Build and run Unit-Tests

To run the application you can just run the Battleship.Ascii project inside Visual Studio or build and then execute the exe-file from th X64\debug folder.

Inside Visual Studio, you can use the TestExplorer to run tests. You find the tests in the MSTest format in the folders

  • Battleship.Ascii.Tests
  • Battleship.GameController.Tests