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
- Host: GitHub
- URL: https://github.com/chancehudson/tetris
- Owner: chancehudson
- Created: 2018-06-16T00:34:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T02:32:26.000Z (about 8 years ago)
- Last Synced: 2024-07-21T00:41:22.874Z (about 2 years ago)
- Language: Objective-C
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetris
An Objective-C implementation of Tetris for Mac.
## 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!