c++控制台下的黑白棋
实现了正常的游戏以及保存和读取功能 /* 黑白棋 */#include #include int opponet(int player){ if(player==1) { return 2; } else { return 1; }}void main(){int i,j,x,y,k,l;int board[8][8]={0};int player=1;printf(" 0 1 2 3 4 5 6 7"); printf("\n");for(i=0;i<8;i++){ print
文件列表
黑白棋文本状.zip
(预估有个14文件)
黑白棋文本状
test.cpp
4KB
Debug
vc60.pdb
52KB
vc60.idb
41KB
test.obj
11KB
test2.exe
192KB
test2.ilk
199KB
test2.pch
215KB
test2.pdb
537KB
暂无评论