groovy-sky / go-blocks

Tetris in Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a small modification of GoTermTris project. Original project is available here.

Gameplay:

If you want to play from Azure Cloud Shell run following code:

[ ! -d "go-blocks/.git" ] && git clone https://github.com/groovy-sky/go-blocks
cd go-blocks && git pull
go run gtt.go

Keyboard controls:

About

Tetris in Terminal

License:MIT License


Languages

Language:Go 100.0%