updated readme

This commit is contained in:
MasterGordon 2022-11-05 13:06:26 +01:00
parent e17c11d955
commit 25837ba947
1 changed files with 14 additions and 0 deletions

View File

@ -1,2 +1,16 @@
# 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
```