functional bots, small refactoring, readme edit

This commit is contained in:
programsnail 2024-07-26 22:36:12 +03:00
parent 5299e89633
commit 7e67a3bd30
13 changed files with 179 additions and 91 deletions

View file

@ -5,3 +5,9 @@
constexpr Veci WORLD_SIZE = {.x = 10000, .y = 10000};
constexpr double MIN_CONTROL_DISTANCE = 10;
constexpr int64_t BOT_GEN_INTERVAL = 1000;
constexpr int64_t BOT_GEN_RAND_OFFSET = 200;
constexpr int64_t MIN_BOT_GEN_DISTANCE = 200;