ydy0615 bcca96e73f refactor(server): tighten flag thresholds, add movement log
Adjusted range checks for flag handling:
- Changed `lentime<=5` to `lentime<6`.
- Updated `lentime<=10` to `lentime<12`.
- Modified `lentime<8` to `lentime<6`.

These tweaks refine the decision logic for flag acquisition, ensuring more consistent behavior at boundary values.

Added a debug print statement to log each player's current position and target destination, aiding in troubleshooting movement decisions.
2025-12-28 10:08:09 +08:00
2025-12-27 07:24:28 +00:00
2025-12-27 07:24:28 +00:00
Description
No description provided
Readme MIT 2.7 MiB
Languages
JavaScript 95.9%
Jupyter Notebook 2.7%
Python 1.4%