Go to file
Erik Simon 7eea232196 refactoring WIP 2022-11-09 19:29:50 +01:00
.github/workflows first commit 2022-11-05 12:59:45 +01:00
.idea/.idea.mine2d.dir/.idea refactoring WIP 2022-11-09 19:29:50 +01:00
assets added block breaking 2022-11-09 17:50:34 +01:00
src refactoring WIP 2022-11-09 19:29:50 +01:00
.editorconfig first commit 2022-11-05 12:59:45 +01:00
.gitignore first commit 2022-11-05 12:59:45 +01:00
Folder.DotSettings refactoring WIP 2022-11-09 19:29:50 +01:00
Program.cs refactoring WIP 2022-11-09 19:29:50 +01:00
mine2d.csproj refactoring WIP 2022-11-09 19:29:50 +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