井字棋C源碼

main.c //井字棋 #include<stdio.h> #include<stdlib.h> #include<stdbool.h> unsigned short chessboard [ 3 ][ 3 ]; //棋盤,1表明空格,2表明玩家,5表明AI unsigned short scores [ 3 ][ 3 ]; //AI評分數組 void playerSet ();
相關文章
相關標籤/搜索