Skip to content

Version of the battleship case study in C++ with Visual Studio

Notifications You must be signed in to change notification settings

proscrumdev/battleship-cpp-VS

Repository files navigation

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

About

Version of the battleship case study in C++ with Visual Studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published