mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2026-01-02 19:48: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
|
|
@ -53,7 +53,7 @@ Map map{{
|
|||
|
||||
// std::vector<Worm> bots; // TODO
|
||||
|
||||
auto snake = Worm(canvas::WormObject{
|
||||
auto snake = Snake(canvas::SnakeObject{
|
||||
{.pos = Veci(player.pos), .color = {color::GREEN}},
|
||||
10,
|
||||
10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue