Go to file
MasterGordon 06d8c5bacf added tooltip 2022-12-18 04:05:57 +01:00
.github/workflows updated runner to dotnet7 2022-11-23 17:02:15 +01:00
Mine2d added tooltip 2022-12-18 04:05:57 +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 Packet refactoring 2022-12-14 16:31:38 +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