https://koishi.pro/download.html
The official site of MyCard is https://mycard.moe/ .
This project includes MyCard module ./Assets/SibylSystem/MyCard/MyCardHelper.cs
which allows players to play ranked matches in MyCard server intracting with MyCard API. However, it's highly recommended to contact MyCard before redistributing this project or including ./Assets/SibylSystem/MyCard/MyCardHelper.cs
in other projects.
Please send emails to pokeboyexn@gmail.com for further information.
YGOPro v2 is a card simulation game created in Unity Engine, with same protocol to ygopro.
The game is now being tested in china now, with at least 100,000 users ( about 30% active users ), which is calculated from the downloads of our weekly updating packages.
We use Yu-Gi-Oh card game only to test our engine, and the game is not for commercial use. When our card game engine is finally finished in about several years, all the contents about Yu-Gi-Oh will be deleted.
-
Download Unity 5.6.7 (https://unity3d.com/get-unity/download/archive).
-
Clone the repository.
-
Double click Assets\main.unity to open the solution.
In most case you do not need to care about the libocgcore.so、libsqlite3.so.
cd AI_core_vs2017solution/build/android
ndk-build
cp -f -r libs ../../../Assets/Plugins/Android/
In most case you do not need to care about the libocgcore.so.
cd AI_core_vs2017solution/build/gmake.linux
make config=release
make config=release32
cp -f -r ../../bin/* ../../../Assets/Plugins/
In most case you do not need to care about the ocgcore.dll、sqlite3.dll.
Download "C++ for Windows"
cd AI_core_vs2017solution/build/gmake.windows
make config=release
make config=release32
cp -f -r ../../bin/* ../../../Assets/Plugins/