Skip to content

The game server handles all game related networking events.

License

Notifications You must be signed in to change notification settings

The-MMORPG-Project/game-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Clone https://github.com/SoftwareGuy/ENet-CSharp
  2. Go into the Source/Managed folder and run dotnet build
  3. Grab the ENet-CSharp.dll from Source\Managed\bin\Debug\netcoreapp3.1 and add it to your .vscode references in the game server directory
  4. Go to the game server directory and run the server with dotnet run

About

The game server handles all game related networking events.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages