Skip to content

icepie/go-tetris

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple terminal tetris implementation in Go.

Installation:

go install github.com/cespare/go-tetris@latest

Usage:

go-tetris

Controls

  • Move piece down: , j
  • Move piece left: , h
  • Move piece right: , l
  • Rotate piece: , k
  • Quick drop: space
  • Quit: q, ctrl-c

Implemented features

  • Random piece generation
  • Automatic advancement
  • Collision detection
  • Anchoring/switching to the next piece
  • Quick drop
  • Line clearing
  • Rotation
  • Piece colors
  • Print next piece
  • Scoring
  • Game Over
  • Line clearing animations
  • Speeding up
  • Pausing

To implement

  • High scores
  • Music + sound effects
  • 'Ghost' piece showing where your piece will land

About

A console-based tetris implementation in go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.7%
  • Shell 1.3%