shell_游戏
未读
shell · 坦克大战
#!/bin/bash
# BY: LingYi
# DATE: 2016.02.23
#place temporary files
tmpdir='/tmp'
#u:up d:down l:left r:right
boundary_u=2
boundary_d=26
boundary_l=
shell_游戏
未读
shell · 俄罗斯方块
#!/bin/bash
# Tetris Game
# 10.21.2003 xhchen<[email]xhchen@winbond.com.tw[/email]>
#APP declaration
APP_NAME="${0##*[\\/]}"
APP_VERSION="1.0"