Skip to content

sgnatonski/battleships

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleships

Prerequisites

Battleships project was developed using .NET Core 3.1. Please make sure .NET Core 3.1 is installed before building Battleships.

.NET Core 3.1 Download

Building

Please run following commands to build the project:

cd ./Battleships
dotnet build

Running

Please run following commands to run the project:

cd ./Battleships
dotnet run

Testing

Please run following commands to run tests for the project:

cd ./Tests
dotnet test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages