Go-Puyo is terminal based 'Puyo Puyo' similar game written in Go language.
https://en.wikipedia.org/wiki/Puyo_Puyo
go1.22.2
Get the code.
go get -d github.com/y-hatano-github/go-puyo
Change directory to the source code directory.
cd $GOPATH/src/github.com/y-hatano-github/go-puyo
Run the code.
go run main.go
Key bindings
[enter] - start game
[esc] - exit
[space] - drop
[a/arrow left] - move left
[d/arrow right] - move right
[w/arrow up] - rotate left
[s/arrow down] - rotate right
[p] - pause/resume