GoTetris
GoTetris is simple Tetris game written in Go for fun and profit. GoTetris uses Ebiten, a simple 2D Go library. The game has currently been tessted on MacOS only, although it should work on Windows and Linux as well. Feel free to report any issues you may find along your route.
There are no binary releases available at this time. Please follow the guide below to build the game yourself.
Prerequisites
- Have Go installed on your machine. Go the official website if you don't yet.
- You will need to set the GOPATH environment variable setup appropriately as well.
- For Linux users: Install
xorg-dev
and freeglut3-dev
packages.
Setup & build
go build
Play
Now you can launch the generated binary:
./GoTetris
Have fun! :-)
Credits
The "blocks.png" image comes from the "blocks" example from the Ebiten project.