Simple, console version of game Battleship. Single human player, one-sided game.
These instruction will guide you through setting up and running this application on your local machine.
- .NET SDK 7.0 - make sure you have .NET SDK installed
git clone git@github.com:anka-tomasiak/Battleship.git
- Open the solution file (Battleship.sln) in Visual Studio.
- Wait for the solution to load and dependencies to be restored.
- Press F5 or use the "Start" button to build and run the application.
- Open the solution file (Battleship.sln) in Rider.
- Wait for the solution to load and dependencies to be restored.
- Press Ctrl+F5 or use the "Run" button to build and run the application.
Follow the instructions in the console. To end the game, enter EXIT
. To play battleships, enter coordinates in the format e.g. A1
. The letter represents the column and the number represents the row. The range of possible coordinates is A - J, 1 - 10.