Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 494 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 494 Bytes

Vulkan Tetris

This is a very rudimentary Tetris clone written in C++ using the Vulkan API. It is missing some features, such as a game-over screen, score, control mapping and music.

Controls

  • Moving the piece: Left and Right arrow keys
  • Rotating the piece: Up arrow key
  • Dropping the piece: Down arrow key
  • Instantly drop the piece: Space key
  • Quitting the game: Escape key
  • Restarting the game: Enter key
  • Increase speed: PG UP key
  • Decrease speed: PG DN key