Go to file
MasterGordon 25837ba947 updated readme 2022-11-05 13:06:26 +01:00
.github/workflows first commit 2022-11-05 12:59:45 +01:00
assets first commit 2022-11-05 12:59:45 +01:00
src first commit 2022-11-05 12:59:45 +01:00
.editorconfig first commit 2022-11-05 12:59:45 +01:00
.gitignore first commit 2022-11-05 12:59:45 +01:00
Program.cs first commit 2022-11-05 12:59:45 +01:00
mine2d.csproj first commit 2022-11-05 12:59:45 +01:00
readme.md updated readme 2022-11-05 13:06:26 +01:00

readme.md

Mine2d

Local Development

Requirements

  • dotnet 6

Run the Project

# Run the Server Player opens on port 42069
dotnet run --host
# Run the Client Player
dotnet run