Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 641 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 641 Bytes

tetris-go is a tetris game implementation that runs in the terminal.

https://github.com/nsf/termbox-go is used to render the blocks and draw texts.

Install & Run

  1. go get github.com/ilkinulas/tetris-go

  2. go install github.com/ilkinulas/tetris-go

  3. tetris-go

Tetris-Go Demo

Controls

Action Key
Move Left LEFT arrow
Move Right RIGHT arrow
Rotate UP arrow
Soft Drop DOWN arrow
Hard Drop Space Bar
ESC Exit