| name | evolution-server |
| description | Guide for using the EDOpro-server-ts repository as a reference for stats calculation and game logic. |
DDD Implement
EDOPro Reference Skill
Use this skill to navigate and understand the EDOpro-server-ts repository as a reference for stats calculation.
Repository Path
/home/diango/code/evolution/EDOpro-server-ts
Key Components
1. Stats Calculation
- Dispatcher:
src/edopro/room/application/FinishDuelHandler.ts contains the dispatch logic for calculating stats at the end of a match.
- Stats Logic:
src/shared/stats/basic/application/BasicStatsCalculator.ts.
Trigger
This skill is triggered when you need to reference or understand how stats calculation and game logic are implemented in the EDOpro-server-ts repository.