資源簡介
利用C#開發語言實現五子棋游戲的玩法,程序分為服務器、客戶端兩部份,實現功能有玩家在游戲大廳登錄,信息由服務器反饋到大廳,兩個玩家隨機選擇房間,匹配成功后點擊開始,游戲開始,同時玩家可以通信聊天。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows;
namespace?Client
{
????///?
????///?App.xaml?的交互邏輯
????///?
????public?partial?class?App?:?Application
????{
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1538??2014-01-10?06:14??GobangGame\GobangGame.sln
?????文件??????92672??2014-02-01?06:24??GobangGame\GobangGame.v11.suo
?????文件??????91648??2017-04-17?08:43??GobangGame\GobangGame.v12.suo
?????文件????????812??2014-01-17?23:33??GobangGame\Client\App.config
?????文件????????317??2014-01-10?06:07??GobangGame\Client\App.xaml
?????文件????????333??2014-01-10?06:07??GobangGame\Client\App.xaml.cs
?????文件???????6457??2014-01-10?06:14??GobangGame\Client\Client.csproj
?????文件???????4840??2014-02-01?06:22??GobangGame\Client\ClientWindow.xaml
?????文件??????17343??2014-02-01?06:22??GobangGame\Client\ClientWindow.xaml.cs
?????文件????????465??2014-01-17?05:53??GobangGame\Client\MainWindow.xaml
?????文件???????1237??2014-01-17?05:52??GobangGame\Client\MainWindow.xaml.cs
?????文件?????135680??2017-04-17?08:41??GobangGame\Client\bin\Debug\Client.exe
?????文件????????812??2014-01-17?23:33??GobangGame\Client\bin\Debug\Client.exe.config
?????文件??????65024??2017-04-17?08:41??GobangGame\Client\bin\Debug\Client.pdb
?????文件??????23168??2017-04-17?08:43??GobangGame\Client\bin\Debug\Client.vshost.exe
?????文件????????812??2014-01-17?23:33??GobangGame\Client\bin\Debug\Client.vshost.exe.config
?????文件????????490??2013-03-18?17:00??GobangGame\Client\bin\Debug\Client.vshost.exe.manifest
?????文件???????1151??2014-01-10?06:14??GobangGame\Client\images\black.gif
?????文件?????101303??2014-01-10?06:14??GobangGame\Client\images\grid.gif
?????文件???????1112??2014-01-10?06:14??GobangGame\Client\images\pla
?????文件???????3504??2014-01-10?06:14??GobangGame\Client\images\SmallBoard.bmp
?????文件????????658??2014-01-10?06:14??GobangGame\Client\images\white.gif
?????文件???????2298??2017-04-17?08:41??GobangGame\Client\obj\Debug\App.g.cs
?????文件???????2298??2018-06-22?15:15??GobangGame\Client\obj\Debug\App.g.i.cs
?????文件???????2648??2017-04-17?08:43??GobangGame\Client\obj\Debug\Client.csproj.FileListAbsolute.txt
?????文件????????919??2017-04-17?08:41??GobangGame\Client\obj\Debug\Client.csproj.GenerateResource.Cache
?????文件???????2669??2014-01-10?08:01??GobangGame\Client\obj\Debug\Client.csprojResolveAssemblyReference.cache
?????文件?????135680??2017-04-17?08:41??GobangGame\Client\obj\Debug\Client.exe
?????文件?????113633??2017-04-17?08:41??GobangGame\Client\obj\Debug\Client.g.resources
?????文件??????65024??2017-04-17?08:41??GobangGame\Client\obj\Debug\Client.pdb
............此處省略83個文件信息
- 上一篇:semantic ui 最全的css icon文件
- 下一篇:坦克大戰C#代碼
評論
共有 條評論