• 大小: 4.08MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-10-28
  • 语言: C#
  • 标签: 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\.vs\Chess\v14\.suo

     文件       2162  2011-10-27 10:47  Chess\Chess\app.manifest

     文件       7260  2011-10-27 17:17  Chess\Chess\App.xaml

     文件        301  2011-09-29 09:49  Chess\Chess\App.xaml.cs

     文件     858112  2011-10-28 17:35  Chess\Chess\bin\Debug\Chess.exe

     文件      77312  2011-10-28 17:35  Chess\Chess\bin\Debug\Chess.pdb

     文件      21688  2017-05-05 15:31  Chess\Chess\bin\Debug\Chess.vshost.exe

     文件       2162  2011-10-27 10:47  Chess\Chess\bin\Debug\Chess.vshost.exe.manifest

     文件      48640  2011-10-28 17:31  Chess\Chess\bin\Debug\Common.dll

     文件     114176  2011-10-28 17:31  Chess\Chess\bin\Debug\Common.pdb

     文件     850720  2017-04-10 12:12  Chess\Chess\bin\Debug.rar

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

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

     文件       1707  2011-10-28 15:00  Chess\Chess\ConnectWindow.xaml

     文件       4143  2011-10-27 17:09  Chess\Chess\ConnectWindow.xaml.cs

     文件      10540  2011-10-07 16:22  Chess\Chess\Images\Cannon_Black.png

     文件      10243  2011-10-07 16:22  Chess\Chess\Images\Cannon_Red.png

     文件      10621  2011-10-07 16:22  Chess\Chess\Images\Elephant_Black.png

     文件      10118  2011-10-07 16:22  Chess\Chess\Images\Elephant_Red.png

     文件       9943  2011-10-07 16:22  Chess\Chess\Images\Guard_Black.png

     文件       9961  2011-10-07 16:22  Chess\Chess\Images\Guard_Red.png

     文件      10205  2011-10-07 16:22  Chess\Chess\Images\Horse_Black.png

     文件      10097  2011-10-07 16:22  Chess\Chess\Images\Horse_Red.png

     文件      10375  2011-10-07 16:22  Chess\Chess\Images\King_Black.png

     文件      10062  2011-10-07 16:22  Chess\Chess\Images\King_Red.png

     文件      10180  2011-10-07 16:22  Chess\Chess\Images\Pawn_Black.png

     文件      10052  2011-10-07 16:22  Chess\Chess\Images\Pawn_Red.png

     文件     659904  2011-10-07 16:22  Chess\Chess\Images\qipan.png

     文件      10247  2011-10-07 16:22  Chess\Chess\Images\Rook_Black.png

     文件      10163  2011-10-07 16:22  Chess\Chess\Images\Rook_Red.png

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

评论

共有 条评论