An open-source Knight Online Login and Game Server project, written from scratch in C#.
KOSharp/
├── LoginServer/ # Handles login, authentication, and patch delivery
├── GameServer/ # Manages player logic, movement, and in-game actions
├── Shared/ # Shared models, packet structures, and constants
├── Tools/ # Optional tools (packet viewer, admin panel, etc.)
└── README.md
This project is licensed under the MIT License. See LICENSE
for details.
Contributions are welcome! Feel free to fork this repository, make changes, and submit a pull request.