No description
res | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
preview.png | ||
README.md | ||
tetris.c |
a relaxed-mode gimmick-free tetris-like based on the one in raylib-examples
controls
W/Up | Rotate piece |
A/D or Left/Right | Move left/right |
S/Space/Down | Move down |
Tab | Swap with storage |
P | Pause |
Escape | Quit |
to do
- piece "shadow"
- verify gamepad input works