資源簡介
使用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個文件信息
評論
共有 條評論