Welcome to Evolution Server, a versatile platform for creating Yu-Gi-Oh! matches, fully compatible with EDOPro, Koishi, and YGO Mobile! But this time, we focus on the scalability of the code, allowing for easy implementation of new features related to the data generated during the duels.
- 🏰 Room creation through the EDOPro lobby.
- 📱 Duel creation supported through Koishi and YGO Mobile.
- 🧪 Cross-client duels between different platforms - (Experimental).
- 🔌 Reconnection to the match in case of closure or disconnection.
- 📊 Collection of duel data for generating statistics.
- 🚀 Core isolation for each match.
- Conan (2.0.6): conan
- Node.js (18.16.0): Make sure you have Node.js installed on your system. You can download the latest stable version from https://nodejs.org. 📥🚀
- Install
Python
andpip
apt install python3 python3-pip -y
- Install Conan through pip
pip install conan
- Configure the
conan
profile
conan profile detect
Clone this repository to your local machine using the following command:
git clone --recursive https://github.com/diangogav/EDOpro-server-ts
Run the clone_repositories.sh
script to clone all necessary repositories:
bash clone_repositories.sh
Run the build_core_integrator.sh
script to build the C++ components:
bash build_core_integrator.sh
npm install
npm run dev
If you prefer to use Docker to run the project, you can follow these steps:
-
Make sure you have Docker installed on your system. You can download and install Docker from https://www.docker.com.
-
Build the Docker image with the following command:
docker build -t <image-name> <path-to-dockerfile>
- Run the Docker container:
docker run -p 7911:7911 -p 7922:7922 <image-name>
- This repository is based on https://github.com/DyXel/Multirole
- Special thanks to @Dyxel