1 Star 3 Fork 2

lwow2025 / snake-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pointtype.go 127 Bytes
一键复制 编辑 原始数据 按行查看 历史
lwow2025 提交于 2018-09-22 08:21 . add point type
package game
//go:generate stringer -type=PointType
type PointType int
const (
PointOfSnake PointType = iota
PointOfFood
)
Go
1
https://gitee.com/lwow2025/snake-go.git
git@gitee.com:lwow2025/snake-go.git
lwow2025
snake-go
snake-go
b5afa3f837d4

搜索帮助