|
|
||
|---|---|---|
| .github/workflows | ||
| Mine2d | ||
| .editorconfig | ||
| .gitignore | ||
| Mine2d.sln | ||
| Mine2d.sln.DotSettings | ||
| global.json | ||
| readme.md | ||
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