GoTetris

A simple Tetris game written in Go for fun and profit

Github星跟踪图

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

  1. Have Go installed on your machine. Go the official website if you don't yet.
  2. You will need to set the GOPATH environment variable setup appropriately as well.
  3. 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.

主要指标

概览
名称与所有者jphalimi/GoTetris
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2018-02-10 23:31:59
推送于2020-04-12 05:14:29
最后一次提交2020-04-11 22:14:19
发布数0
用户参与
星数7
关注者数2
派生数2
提交数29
已启用问题?
问题数0
打开的问题数0
拉请求数1
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?