Go to file
reese sapphire a760b6d1f4 add falling piece shadow, update readme 2024-03-21 19:41:13 -05:00
res new font! 2024-02-20 18:05:56 -06:00
.gitignore update readme, add gitignore 2024-02-18 08:22:24 -06:00
LICENSE initial commit 2024-02-17 23:06:33 -06:00
Makefile fix makefile 2024-02-18 08:21:09 -06:00
README.md add falling piece shadow, update readme 2024-03-21 19:41:13 -05:00
preview.png add queue, fix alignment 2024-02-19 19:37:44 -06:00
tetris.c add falling piece shadow, update readme 2024-03-21 19:41:13 -05:00

README.md

a relaxed-mode gimmick-free tetris-like based on the one in raylib-examples

screenshot of game

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