五子棋人機對弈代碼——之貪心算法

/*五子棋遊戲的遊戲模塊的實現 zwdnet 2010年3月 zwdnet@163.com */ #include <iostream.h> #include <vector> using namespace std; int X,Y; int colour; int N=15; //棋盤大小 typedef struct node { int x; int y; }POINT;
相關文章
相關標籤/搜索