Skip to content
/ KOSharp Public

A modern C# reimplementation of the Knight Online server architecture — including LoginServer, GameServer, and packet handling.

License

Notifications You must be signed in to change notification settings

Fr3zyy/KOSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

KOSharp

An open-source Knight Online Login and Game Server project, written from scratch in C#.

📁 Project Structure

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

📄 License

This project is licensed under the MIT License. See LICENSE for details.

🤝 Contributing

Contributions are welcome! Feel free to fork this repository, make changes, and submit a pull request.

About

A modern C# reimplementation of the Knight Online server architecture — including LoginServer, GameServer, and packet handling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published