说明: 画图板 创建五子棋 WPF 部分代码如下: private PointCollection points = new PointCollection(); private Stack aHistory;//下棋的历史记录 private int aNext;//下一个选手 private const int None = 0;//没有棋子 private const int White = 2;//代表白棋 private const int Black = 1;//代表黑棋 private
<tong_ling_zzu> 上传 | 大小:63kb