Skip to content

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

License

Notifications You must be signed in to change notification settings

y-hatano-github/go-puyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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