# Mining to Deep (mine2d) ## Local Development ### Requirements - dotnet 6 ### Run the Project ```bash # Run the Server Player opens on port 42069 dotnet run --host # Run the Client Player dotnet run ```