TETRIS
TETRIS for your terminal written in Go language
Installation
$ go get github.com/k0kubun/tetrisPlay
$ tetrisKeys
←: left move
→: right move
z: left rotate
x,↑: right rotate
SPACE: drop
p: pause
q: quit
r: reset
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up| Failed to load latest commit information. | |||
|
|
vendor | ||
|
|
LICENSE | ||
|
|
README.md | ||
|
|
board.go | ||
|
|
cell.go | ||
|
|
clock.go | ||
|
|
keybind.go | ||
|
|
mino.go |
|
|
|
|
mino_test.go | ||
|
|
ranking.go | ||
|
|
tetris.go | ||
|
|
view.go | ||