An open API service indexing awesome lists of open source software.

https://github.com/chancehudson/tetris

An ObjC implementation of Tetris
https://github.com/chancehudson/tetris

Last synced: over 1 year ago
JSON representation

An ObjC implementation of Tetris

Awesome Lists containing this project

README

          

# Tetris

An Objective-C implementation of Tetris for Mac.

## Demo

![tetris_demo](https://user-images.githubusercontent.com/631020/41504148-0dedc37a-71ac-11e8-9e6f-76e22a679eb1.gif)

## 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!