Ta上传的资源 (0)

使用WPF五子棋并能自动划出方格,可设定方格数,能简单的应付作业 部分代码如下: private PointCollection points = new PointCollection(); private Stack aHistory;//下棋的历史记录 private int aNext;//

画图板 创建五子棋 WPF 部分代码如下: private PointCollection points = new PointCollection(); private Stack aHistory;//下棋的历史记录 private int aNext;//下一个选手 private const