first motion table

This commit is contained in:
2024-03-14 17:25:45 +01:00
parent a7ea698f9b
commit f4b614bf0f
4 changed files with 117 additions and 266 deletions

View File

@ -14,6 +14,7 @@ uint8_t stoneRotateRight();
typedef enum { e_I=0, e_O, e_T, e_Z, e_S, e_L, e_J, e_ShapeInvalid } shape_t;
typedef enum { e_MoveDown, e_MoveLeft, e_MoveRight, e_RotateLeft, e_RotateRight } direction_t;
typedef enum { e_0, e_90, e_180, e_270 } orientation_t;
typedef struct {