TETRIS for your terminal
Switch branches/tags
Nothing to show
Clone or download
Latest commit a9f0ec7 Jun 4, 2017
Permalink
Failed to load latest commit information.
vendor
LICENSE
README.md
board.go
cell.go
clock.go
keybind.go
mino.go Create score calculation Jun 14, 2014
mino_test.go
ranking.go
tetris.go
view.go

README.md

TETRIS

TETRIS for your terminal written in Go language

Installation

$ go get github.com/k0kubun/tetris

Play

$ tetris

Keys

    ←: left move
    →: right move
    z: left rotate
  x,↑: right rotate
SPACE: drop
    p: pause
    q: quit
    r: reset