• 大小: 569KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-18
  • 语言: C#
  • 标签: C#语言  

资源简介

利用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\player.gif

     文件       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个文件信息

评论

共有 条评论