小游戏之飞机躲子弹

游戏在终端运行,使用左右键移动飞机。飞机撞上子弹或撞上边界都会结束游戏。ios 源代码:spa // gcc plane.c -lpthread #include <stdio.h> #include <stdlib.h> #include <time.h> #include <signal.h> #include <termios.h> #include <string.h> #include
相关文章
相关标签/搜索