Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

Notifications You must be signed in to change notification settings

diangogav/EDOpro-server-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evolution Server 🎮

PR Pipeline

Welcome to Evolution Server, a scalable and modern backend server for Yu-Gi-Oh! matches, compatible with EDOPro, Koishi, and YGO Mobile clients. Unlike traditional implementations, Evolution focuses on code extensibility and data collection, enabling new gameplay features and statistics.


✨ Features

  • 🏰 Room creation through the EDOPro lobby.
  • 📱 Duel creation supported via Koishi and YGO Mobile.
  • 🧪 Cross-client duels between different platforms (experimental).
  • 🔌 Automatic reconnection after disconnection or crash.
  • 📊 Match data collection for future analytics.
  • 🚀 Isolated core logic for each match.

📋 Requirements


🚀 Conan Installation (Linux)

sudo apt update
sudo apt install python3 python3-pip -y
pip install conan
conan profile detect

🛠️ Manual Installation (No Docker)

1️⃣ Clone the main project

git clone --recursive https://github.com/diangogav/EDOpro-server-ts
cd EDOpro-server-ts

2️⃣ Clone external dependencies

bash clone_repositories.sh

This will create a repositories/ folder with all required assets (scripts, databases, banlists, etc).

3️⃣ Organize assets into their expected locations

bash setup_resources.sh

This mimics the layout used in the Dockerfile (e.g. copying resources to ./mercury, ./scripts/evolution, etc.).

4️⃣ Build the CoreIntegrator (native C++)

bash build_core_integrator.sh

This compiles the duel core used by the backend using Conan and Premake.

5️⃣ Install Node.js dependencies

npm install

6️⃣ Launch the server in development mode

npm run dev

Server should now be running and listening on the configured ports (default: 7911, 7922, 4000).


🐳 Running with Docker (Alternative)

If you'd rather use Docker:

Build the image

docker build -t evolution-server .

Run the container

docker run -p 4000:4000 -p 7911:7911 -p 7922:7922 evolution-server

🙏 Acknowledgments

  • Based on Multirole by @Dyxel
  • Inspired by the amazing work of the Project Ignis, MyCard and Evolution communities

About

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.

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 6