YGOCore is a duel server for the popular game YGOPro written in C#.
The main goal of this project is to lower the entry level for new and experienced programmers.
The server now runs on windows and linux systems when compiled with mono and supplyed with the native ocgcore.dll/so for that system.
A sample client to work with the server can be found here: https://github.com/Buttys/ygopro
- Single, Match and Tag dueling modes.
- Joining games in progress.
- Semi-automatic match making system.
- Duel setting customization.
In order to run the server you will require the card scripts, database and the banlist, check the following file/folder structure for a better understanding:
- scripts/
- YGOCore.exe
- cards.cdb
- lflist.conf
- OcgWrapper.dll
- System.Data.SQLite.dll
- ocgcore.dll
In order for users to connect to the server you will need to port forward the relevant port, in this case 8911 is used by default.
The server is designed in such a way that when new card effects and rulings are added to the game just recompiling ocgcore.dll from https://github.com/Fluorohydride/ygopro will continue keep the server compatible with all YGOPro clients.
you can download a precompiled version of ocgcore from the release section https://github.com/Buttys/YGOCore/releases/ but this version might not be the latest version avliable.