Go to file
MasterGordon fa037677e4 added hotbar 2022-12-07 19:16:41 +01:00
.github/workflows updated runner to dotnet7 2022-11-23 17:02:15 +01:00
Mine2d added hotbar 2022-12-07 19:16:41 +01:00
.editorconfig another refactor 2022-11-23 18:31:47 +01:00
.gitignore ignore .idea 2022-12-06 08:22:54 +01:00
Mine2d.sln added solution 2022-11-13 01:14:32 +01:00
Mine2d.sln.DotSettings another refactor 2022-11-23 18:31:47 +01:00
global.json ignore .idea 2022-12-06 08:22:54 +01:00
readme.md added itemdrops and sounds 2022-12-07 14:53:20 +01:00

readme.md

Mining to Deep (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