Giter VIP home page Giter VIP logo

ygopro2's Introduction

Download game

https://koishi.pro/download.html

Notes for MyCard Helper

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 [email protected] for further information.

You have just found ygopro v2 in Unity 3D!

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.

How to compile the game?

  1. Download Unity 5.6.7 (https://unity3d.com/get-unity/download/archive).

  2. Clone the repository.

  3. Double click Assets\main.unity to open the solution.

How to compile the libocgcore.so、libsqlite3.so? (Android)

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/

How to compile the libocgcore.so? (Linux)

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/

How to compile the ocgcore.dll、sqlite3.dll? (Windows)

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/

ygopro2's People

Contributors

mercury233 avatar purerosefallen avatar szefo09 avatar unicorn369 avatar wmninglei avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.