Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 505 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 505 Bytes

Tetris

An Objective-C implementation of Tetris for Mac.

Demo

tetris_demo

Controls

  • Left and right arrow keys to move blocks left and right
  • Up arrow key to rotate
  • Down arrow key to move the block downard 1 space, hold to repeat
  • Space to drop
  • Shift to store, or swap with stored block

TODO

  • Show the stored block
  • Show the next block
  • Show the current points

PR's welcome!