mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2025-12-09 07:58:43 +00:00
moving circle prototype, circle and square drawing, part of food map implementation, utils
This commit is contained in:
parent
b4a4ffc08a
commit
4570d6e593
9 changed files with 378 additions and 18 deletions
6
include/Player.hpp
Normal file
6
include/Player.hpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
class Player {
|
||||
public:
|
||||
private:
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue