mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2025-12-30 01:58:15 +00:00
part of Bot class
This commit is contained in:
parent
1e9c70f7d8
commit
360c3b064a
4 changed files with 61 additions and 7 deletions
|
|
@ -90,7 +90,7 @@ private:
|
|||
}
|
||||
|
||||
private:
|
||||
Config config_;
|
||||
const Config config_;
|
||||
double time_from_last_gen_ = 0;
|
||||
size_t current_gen_ = 0;
|
||||
std::deque<Food> food_ = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue