使用wpf开发的象棋程序


使用wpf开发的象棋程序,一台电脑可同时打开两个程序,一个设为侦听端(红方),一个用来连接(黑方),可以完成局域网的联机对战功能,里面使用到wpf动画特效等,暂未实现单机版人机对战的ai。
资源截图
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;

namespace Chess
{
    /// 
    /// App.xaml 的交互逻辑
    /// 

    public partial class App : Application
    {
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.    113152  2017-05-05 15:45  Chess.vsChessv14.suo

     文件       2162  2011-10-27 10:47  ChessChessapp.manifest

     文件       7260  2011-10-27 17:17  ChessChessApp.xaml

     文件        301  2011-09-29 09:49  ChessChessApp.xaml.cs

     文件     858112  2011-10-28 17:35  ChessChessinDebugChess.exe

     文件      77312  2011-10-28 17:35  ChessChessinDebugChess.pdb

     文件      21688  2017-05-05 15:31  ChessChessinDebugChess.vshost.exe

     文件       2162  2011-10-27 10:47  ChessChessinDebugChess.vshost.exe.manifest

     文件      48640  2011-10-28 17:31  ChessChessinDebugCommon.dll

     文件     114176  2011-10-28 17:31  ChessChessinDebugCommon.pdb

     文件     850720  2017-04-10 12:12  ChessChessinDebug.rar

     文件       7728  2011-10-27 14:40  ChessChessChess.csproj

     文件        478  2011-09-29 14:31  ChessChessChess.csproj.user

     文件       1707  2011-10-28 15:00  ChessChessConnectWindow.xaml

     文件       4143  2011-10-27 17:09  ChessChessConnectWindow.xaml.cs

     文件      10540  2011-10-07 16:22  ChessChessImagesCannon_Black.png

     文件      10243  2011-10-07 16:22  ChessChessImagesCannon_Red.png

     文件      10621  2011-10-07 16:22  ChessChessImagesElephant_Black.png

     文件      10118  2011-10-07 16:22  ChessChessImagesElephant_Red.png

     文件       9943  2011-10-07 16:22  ChessChessImagesGuard_Black.png

     文件       9961  2011-10-07 16:22  ChessChessImagesGuard_Red.png

     文件      10205  2011-10-07 16:22  ChessChessImagesHorse_Black.png

     文件      10097  2011-10-07 16:22  ChessChessImagesHorse_Red.png

     文件      10375  2011-10-07 16:22  ChessChessImagesKing_Black.png

     文件      10062  2011-10-07 16:22  ChessChessImagesKing_Red.png

     文件      10180  2011-10-07 16:22  ChessChessImagesPawn_Black.png

     文件      10052  2011-10-07 16:22  ChessChessImagesPawn_Red.png

     文件     659904  2011-10-07 16:22  ChessChessImagesqipan.png

     文件      10247  2011-10-07 16:22  ChessChessImagesRook_Black.png

     文件      10163  2011-10-07 16:22  ChessChessImagesRook_Red.png

............此处省略88个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)