资源介绍
完整的五子棋的c语言代码,
/*定义1号玩家的操作键键码*/
#define PLAY1UP 0x1157/*上移--'W'*/
#define PLAY1DOWN 0x1f53/*下移--'S'*/
#define PLAY1LEFT 0x1e41/*左移--'A'*/
#define PLAY1RIGHT 0x2044/*右移--'D'*/
#define PLAY1DO 0x3920/*落子--空格键*/
等等…………
- 上一篇: 战德臣 大学计算机:计算思维导论
- 下一篇: 上移下移代码