文件名称:gotetris:这是用Go语言编写的基于控制台的Tetris版本
文件大小:34KB
文件格式:ZIP
更新时间:2024-05-18 05:07:36
Go
gotetris:俄罗斯方块写在围棋 这是用Go编写的基于控制台的Tetris版本。 安装 go get github.com/jjinux/gotetris 处理守则 请参阅。 设置您的Go工作区: mkdir -p gotetris/src/github.com/jjinux cd gotetris (cd src/github.com/jjinux && git clone https://github.com/jjinux/gotetris.git) echo "See src/github.com/jjinux/gotetris/README." > README # Do this each time to work on the code from the top-level # gotetris directory. export GOPATH=`pwd` expo
【文件预览】:
gotetris-master
----screen_shot.png(32KB)
----LICENSE(1KB)
----README.md(1KB)
----model.go(6KB)
----controller.go(1KB)
----view.go(2KB)