Awesome
Bash-Games
Linux终端下的小游戏,和小东西,包括 俄罗斯方块,贪吃蛇,屏保时钟,翻译脚本。。。
所有的方向按键都是按照 vim ‘hjkl’ 来的!
代码可以随意用~
俄罗斯方块 (Tetris)
看起来是不是很棒 :D, 有 0 - 9 级, 最后结束了,还能支持游戏回放功能哦。。。
<img src="https://raw.githubusercontent.com/liungkejin/Bash-Games/master/images/tetris1.png" width="600"> <img src="https://raw.githubusercontent.com/liungkejin/Bash-Games/master/images/tetris2.png" width="600"> <img src="https://raw.githubusercontent.com/liungkejin/Bash-Games/master/images/tetris3.png" width="600"> <img src="https://raw.githubusercontent.com/liungkejin/Bash-Games/master/images/tetris4.png" width="600">数字时钟 (Clock)
ClockSaver.sh 利用了 logkeys这个工具(需要root权限), 所以可以达到屏保的目的,无操作时显示数字时钟
aclock.sh 则不需要root 权限, 因为他就仅仅用来显示数字时钟
<img src="https://raw.githubusercontent.com/liungkejin/Bash-Games/master/images/clock1.png" width="600"> <img src="https://raw.githubusercontent.com/liungkejin/Bash-Games/master/images/clock2.png" width="600">贪吃蛇 (Snake)
这个贪吃蛇不怎么好看。。。
<img src="https://raw.githubusercontent.com/liungkejin/Bash-Games/master/images/snake1.png" width="600"> <img src="https://raw.githubusercontent.com/liungkejin/Bash-Games/master/images/snake2.png" width="600">终端翻译 (Translate)
这个脚本不知道还能不能用。。。如果那个网站接口没有换,应该还能用。。。。
<img src="https://raw.githubusercontent.com/liungkejin/Bash-Games/master/images/translate.png" width="600">