2021-07-18 08:28:44 索煒達電子 1739
項目編號:B167
文件大?。?.9M
操作系統(tǒng):Windows10旗艦版
開發(fā)工具:VS2017
開發(fā)語言:.cs
簡要概述:
五子棋起源于中國古代的黑白棋種之一,經(jīng)過多年的一系列變化,使得這一簡單游戲變得復雜化、規(guī)范化,最終成為今天的職業(yè)連珠五子棋,同時也是一項國際比賽項目。五子棋不僅能增強思維能力,提高智力,并且富有哲理,有助于修身養(yǎng)性;既具有簡單易學的特性,又有深奧的技巧和高水平的國際比賽。而隨著網(wǎng)絡的普及,網(wǎng)絡游戲迅猛發(fā)展,一些小型的網(wǎng)絡游戲受到用戶的熱衷,如五子棋、圍棋、象棋等。
本文是采用C#語言,WPF,WCF技術(shù)編程來完成網(wǎng)絡五子棋的設計實現(xiàn),其中完成了網(wǎng)絡五子棋的界面設計、網(wǎng)絡通信類的設計實現(xiàn),以及游戲勝負的設計實現(xiàn)等主要功能模塊。
設計報告:
點擊查看:演示視頻 提取碼:61ic
遠程協(xié)助:
溫馨提示:索煒達.猿創(chuàng)官方提供收費遠程協(xié)助,確保您項目運行成功。
點擊查看:遠程協(xié)助相關(guān)事項
運行結(jié)果:
文件列表:
目錄│文件列表:
├ 1.文檔
│ │ 網(wǎng)絡五子棋(源程序).docx
│ └ 網(wǎng)絡五子棋(設計報告).docx
├ 2.源碼
│ │ Client.exe
│ └ GobangGame
│ │ GobangGame.sln
│ │ GobangGame.v11.suo
│ │ GobangGame.v12.suo
│ ├ Client
│ │ │ App.config
│ │ │ App.xaml
│ │ │ App.xaml.cs
│ │ │ Client.csproj
│ │ │ ClientWindow.xaml
│ │ │ ClientWindow.xaml.cs
│ │ │ MainWindow.xaml
│ │ │ MainWindow.xaml.cs
│ │ ├ bin
│ │ │ ├ Debug
│ │ │ │ │ Client.exe
│ │ │ │ │ Client.exe.config
│ │ │ │ └ Client.pdb
│ │ │ └ Release
│ │ │ │ Client.exe
│ │ │ │ Client.exe.config
│ │ │ └ Client.pdb
│ │ ├ images
│ │ │ │ black.gif
│ │ │ │ grid.gif
│ │ │ │ player.gif
│ │ │ │ SmallBoard.bmp
│ │ │ └ white.gif
│ │ ├ obj
│ │ │ ├ Debug
│ │ │ │ │ App.g.cs
│ │ │ │ │ App.g.i.cs
│ │ │ │ │ Client.csproj.CoreCompileInputs.cache
│ │ │ │ │ Client.csproj.FileListAbsolute.txt
│ │ │ │ │ Client.csproj.GenerateResource.cache
│ │ │ │ │ Client.csprojAssemblyReference.cache
│ │ │ │ │ Client.exe
│ │ │ │ │ Client.g.resources
│ │ │ │ │ Client.pdb
│ │ │ │ │ Client.Properties.Resources.resources
│ │ │ │ │ ClientWindow.baml
│ │ │ │ │ ClientWindow.g.cs
│ │ │ │ │ ClientWindow.g.i.cs
│ │ │ │ │ Client_MarkupCompile.cache
│ │ │ │ │ Client_MarkupCompile.i.cache
│ │ │ │ │ DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ MainWindow.baml
│ │ │ │ │ MainWindow.g.cs
│ │ │ │ │ MainWindow.g.i.cs
│ │ │ │ │ TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ │ TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ │ TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ │ 網(wǎng)絡五子棋_MarkupCompile.i.cache
│ │ │ │ └ TempPE
│ │ │ │ │ Properties.Resources.Designer.cs.dll
│ │ │ │ └ Service References.GobangServiceReference.Reference.cs.dll
│ │ │ └ Release
│ │ │ │ App.g.cs
│ │ │ │ App.g.i.cs
│ │ │ │ Client.csproj.CoreCompileInputs.cache
│ │ │ │ Client.csproj.FileListAbsolute.txt
│ │ │ │ Client.csproj.GenerateResource.cache
│ │ │ │ Client.csprojAssemblyReference.cache
│ │ │ │ Client.exe
│ │ │ │ Client.g.resources
│ │ │ │ Client.pdb
│ │ │ │ Client.Properties.Resources.resources
│ │ │ │ ClientWindow.baml
│ │ │ │ ClientWindow.g.cs
│ │ │ │ ClientWindow.g.i.cs
│ │ │ │ Client_MarkupCompile.cache
│ │ │ │ DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ MainWindow.baml
│ │ │ │ MainWindow.g.cs
│ │ │ │ MainWindow.g.i.cs
│ │ │ │ TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └ TempPE
│ │ │ │ Properties.Resources.Designer.cs.dll
│ │ │ └ Service References.GobangServiceReference.Reference.cs.dll
│ │ ├ Properties
│ │ │ │ AssemblyInfo.cs
│ │ │ │ Resources.Designer.cs
│ │ │ │ Resources.resx
│ │ │ │ Settings.Designer.cs
│ │ │ └ Settings.settings
│ │ └ Service References
│ │ └ GobangServiceReference
│ │ │ configuration.svcinfo
│ │ │ configuration91.svcinfo
│ │ │ GobangService.disco
│ │ │ GobangService.wsdl
│ │ │ GobangService.xsd
│ │ │ GobangService1.wsdl
│ │ │ GobangService1.xsd
│ │ │ Reference.cs
│ │ └ Reference.svcmap
│ └ Service
│ │ CC.cs
│ │ GameTables.cs
│ │ GobangService.svc
│ │ GobangService.svc.cs
│ │ IGobangService.cs
│ │ Service.csproj
│ │ Service.csproj.user
│ │ User.cs
│ │ Web.config
│ │ Web.Debug.config
│ │ Web.Release.config
│ ├ bin
│ │ │ Service.dll
│ │ │ Service.dll.config
│ │ └ Service.pdb
│ ├ obj
│ │ ├ Debug
│ │ │ │ DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ Service.csproj.CoreCompileInputs.cache
│ │ │ │ Service.csproj.FileListAbsolute.txt
│ │ │ │ Service.csprojAssemblyReference.cache
│ │ │ │ Service.csprojResolveAssemblyReference.cache
│ │ │ │ Service.dll
│ │ │ │ Service.pdb
│ │ │ │ TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └ Release
│ │ │ DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ Service.csproj.CoreCompileInputs.cache
│ │ │ Service.csproj.FileListAbsolute.txt
│ │ │ Service.csprojAssemblyReference.cache
│ │ │ Service.dll
│ │ │ Service.pdb
│ │ │ TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └ Properties
│ └ AssemblyInfo.cs
└ 3.演示視頻
└ 演示視頻.mp4