Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 809 Bytes

README.md

File metadata and controls

45 lines (35 loc) · 809 Bytes

Go-Puyo

Go-Puyo is terminal based 'Puyo Puyo' similar game written in Go language.

gopuyo

What is puyo puyo?

https://en.wikipedia.org/wiki/Puyo_Puyo

How to get and run the code.

build version

go1.22.2

1st step

Get the code.

go get -d github.com/y-hatano-github/go-puyo

2nd step

Change directory to the source code directory.

cd $GOPATH/src/github.com/y-hatano-github/go-puyo

3rd step

Run the code.

go run main.go

How to play

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

Win/Mac/Linux binary

https://github.com/y-hatano-github/go-puyo/releases