A simple command-line tetris made in Golang
You need golang installed, then
- Use
go get
to downloadtermbox-go
, which is used to display the game - Use
go run .
to start the game
s
- start the gameq
- quit the game- ← - move a tetromino piece left
- → - move a tetromino piece right
- ↑ - rotate a tetromino piece (clockwise)
- ↓ - move a tetromino piece down (speed up)
space
- drop a tetromino piece