【課程設計】c語言ege庫實現五子棋人機和人人對戰

#include <graphics.h> #include<bits/stdc++.h> using namespace std; #define MAXN 1000 int visb[MAXN][MAXN];//記錄黑棋 int visw[MAXN][MAXN];//記錄白棋 int bwin;//標記黑棋獲勝 int wwin;//標記白棋子獲勝 int step; int steppc;
相關文章
相關標籤/搜索