mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2025-12-24 15:18:43 +00:00
Better code structure: snake game object, player game object, bot game object
This commit is contained in:
parent
a92c96f91e
commit
421574ab40
6 changed files with 155 additions and 100 deletions
|
|
@ -3,3 +3,5 @@
|
|||
#include "Vec.hpp"
|
||||
|
||||
constexpr Veci WORLD_SIZE = {.x = 10000, .y = 10000};
|
||||
|
||||
constexpr double MIN_CONTROL_DISTANCE = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue