mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2026-01-25 11:37:07 +00:00
initial game
This commit is contained in:
parent
4570d6e593
commit
adabb50a9e
10 changed files with 200 additions and 132 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
class Player {
|
||||
public:
|
||||
private:
|
||||
#include "Vec.hpp"
|
||||
|
||||
struct Player {
|
||||
Vecf pos;
|
||||
Vecf direction;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue