搜索资源列表
ChinesesChesspart2
- 基于arm实现象棋游戏,硬件平台: S3C6410 开发平台: ADS1.2 ,这是第二部分,编译通过-Arm to achieve chess game based on the hardware platform: S3C6410 development platform: ADS1.2, this is the second part, compiled by
wuziqi101
- 五子棋小游戏#include< stdlib.h> #include< time.h> #include< stdio.h> #include< conio.h> int chess[169]={0} /*棋盘*/struct chess_t/*作为辅助,即是作为建意*/{ char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/}chess_a[169] -Gobang game# Include
