Better code structure: snake game object, player game object, bot game object

This commit is contained in:
programsnail 2024-07-26 19:29:35 +03:00
parent a92c96f91e
commit 421574ab40
6 changed files with 155 additions and 100 deletions

View file

@ -3,3 +3,5 @@
#include "Vec.hpp"
constexpr Veci WORLD_SIZE = {.x = 10000, .y = 10000};
constexpr double MIN_CONTROL_DISTANCE = 10;