Skip to content

yoshihicode/go-puyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🟢 Go-Puyo

Go-Puyo is a terminal-based Puyo Puyo–like game written in Go.

gopuyo

Release Go Version License

🔴 About Puyo Puyo

Puyo Puyo is a popular tile-matching puzzle game series originally developed in Japan.
Learn more on Wikipedia

⚙️ Features

  • 🕹️ Terminal-based gameplay
  • 💻 Cross-platform support (Linux, macOS, Windows)
  • ⏰ A great way to kill time

💾 Download

Download prebuilt binaries from the latest release:
👉 Get the latest binaries

📦 Installation

🐧 Linux

wget https://github.com/yoshihicode/go-puyo/releases/latest/download/go-puyo_linux_amd64.tar.gz
tar -xzvf go-puyo_linux_amd64.tar.gz
sudo mv go-puyo /usr/local/bin/

# Run
go-puyo

🍎🍺 macOS / Homebrew

brew tap yoshihicode/tap
brew install go-puyo

# Run
go-puyo

🪟 Windows

Invoke-WebRequest -OutFile go-puyo_windows_amd64.tar.gz https://github.com/yoshihicode/go-puyo/releases/latest/download/go-puyo_windows_amd64.tar.gz
tar -xzvf go-puyo_windows_amd64.tar.gz

# Run
.\go-puyo.exe

🎮 Controls

Key Action
Enter Start game
Esc Exit
Space Drop
a / ← Move left
d / → Move right
w / ↑ Rotate left
s / ↓ Rotate right
p Pause / Resume

🛠️ Build from source

git clone https://github.com/yoshihicode/go-puyo.git
cd go-puyo
go build -o go-puyo
./go-puyo

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages