This is the Battleship game seed .NET Core project. You should use it as a starting point for implementing Flare's take-home exercise
This project is cross-platform and supports Mac OS / Windows / Linux.
- Install .NET Core SDK
- Install Visual Studio Code
- Open this project in VS Code and accept the prompt to install recommended extensions
You can use various dotnet CLI commands to set up and run a new project, e.g.
dotnet new console
dotnet run
Follow the information in the official guide
For more details about CLI, refer to the official documentation for CLI.