mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2025-12-15 10:58:43 +00:00
functional bots, small refactoring, readme edit
This commit is contained in:
parent
5299e89633
commit
7e67a3bd30
13 changed files with 179 additions and 91 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue