0 Star 0 Fork 0

hippo / snake

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
properties.py 340 Bytes
一键复制 编辑 原始数据 按行查看 历史
hippo 提交于 2015-10-26 15:53 . merge update
GRID_X = 10
GRID_LEN = 30
OFFSET = 1
# the pixel of the entire canvas
AREA_X = (GRID_LEN + 2 * OFFSET) * GRID_X
# 0,1
DISPLAY_GRID = 1
# need colorful snake body? 0 or 1 is valide
COLORFUL = 1
# if COLORFUL = 0 ,this color will be used
BODY_COLOR = 'blue'
# GUI's background color
BKCOLOR = None#'#00b0b0'
# random rock num
ROCK_NUM = 10
Python
1
https://gitee.com/biz00/snake.git
git@gitee.com:biz00/snake.git
biz00
snake
snake
master

搜索帮助