golang-tetris icon indicating copy to clipboard operation
golang-tetris copied to clipboard

A Tetris game written in Go using the faiface/pixel 2D game engine.

Results 1 golang-tetris issues
Sort by recently updated
recently updated
newest added
trafficstars

- Use `github.com/gopxl/pixel` as `github.com/faiface/pixel` is deprecated - Use `BoardCols` and `BoardRows` rather than hardcoded `10` and `22` - Introduce `ResourceDir` to point to `resources` dir where images reside