add some temporary code for setting a random tetromino

This commit is contained in:
2025-01-27 15:32:05 +01:00
parent 7f00107c7f
commit b698a0e3d1
4 changed files with 48 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
#define SHAPE_WIDTH 4
#define SHAPE_HEIGHT 4
#define TETROMINO_COUNT 7
typedef uint16_t Shape;
enum {
// clang-format off