Skip to content

netsharpdev/battleships

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BattleShips Game

This is simple one-sided BattleShip game in Console.

How to run it?

  1. Build project BattleShips.
dotnet build .\BattleShips\BattleShips.csproj
  1. Go to "BattleShips\bin\Debug\netcoreapp3.1" and run BattleShips.exe or use command dotnet run -p .\BattleShips\BattleShips.csproj in root folder.
  2. Play using coordinates, e.g. A1 and press "Enter"
  3. Game is finished once all 3 ships are destroyed by player.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages