Skip to content

flarehr/battleship-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Battleship

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.

Prerequisites

  1. Install .NET Core SDK
  2. Install Visual Studio Code
  3. Open this project in VS Code and accept the prompt to install recommended extensions

Creating .NET project

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.

About

Battleship game seed .NET project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published