mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2025-12-14 18:38: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
|
|
@ -16,11 +16,11 @@ struct Object {
|
|||
};
|
||||
|
||||
struct Square : public Object {
|
||||
int side;
|
||||
int64_t side;
|
||||
};
|
||||
|
||||
struct Circle : public Object {
|
||||
int radius;
|
||||
int64_t radius;
|
||||
};
|
||||
|
||||
} // namespace canvas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue