Go to file
MasterGordon 2742e0100c added block breaking 2022-11-09 17:50:34 +01:00
.github/workflows first commit 2022-11-05 12:59:45 +01:00
assets added block breaking 2022-11-09 17:50:34 +01:00
src added block breaking 2022-11-09 17:50:34 +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