文件名称:CSharpSnake
介绍说明--下载内容均来自于网络,请自行研究使用
学完C#之后自己写了一个贪吃蛇的小游戏。键盘上下左右控制蛇的移动。空格键可以暂停和继续。可以调节速度。其中的英雄榜排名用了MySQL数据库,连接到我自己的服务器上面。大家用的时候看可以改成自己的MySQL服务器。-After learning C++ to write a Snake game. Control the snake to move up and down the keyboard. Spacebar to pause and resume. You can adjust the speed. Heroes which ranked with the MySQL , connect to my own server top. We can use the time to look into your own MySQL server.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CSharpSnake\About.cs
...........\About.Designer.cs
...........\About.resx
...........\AboutForm.cs
...........\AboutForm.Designer.cs
...........\AboutForm.resx
...........\App.config
...........\CSharpSnake.csproj
...........\CSharpSnake.sln
...........\CSharpSnake.v12.suo
...........\ExplainForm.cs
...........\ExplainForm.Designer.cs
...........\ExplainForm.resx
...........\Food.cs
...........\FormMain.cs
...........\FormMain.Designer.cs
...........\FormMain.resx
...........\HeroForm.cs
...........\HeroForm.Designer.cs
...........\HeroForm.resx
...........\mysql.data.dll
...........\mysql.data.entity.dll
...........\mysql.visualstudio.dll
...........\mysql.web.dll
...........\Program.cs
...........\RecordForm.cs
...........\RecordForm.Designer.cs
...........\RecordForm.resx
...........\Snake.cs
...........\VersionForm.cs
...........\VersionForm.Designer.cs
...........\VersionForm.resx
...........\bin\Debug\CSharpSnake.exe
...........\...\.....\CSharpSnake.exe.config
...........\...\.....\CSharpSnake.pdb
...........\...\.....\CSharpSnake.vshost.exe
...........\...\.....\CSharpSnake.vshost.exe.config
...........\...\.....\CSharpSnake.vshost.exe.manifest
...........\...\.....\mysql.data.dll
...........\...\.....\mysql.data.entity.dll
...........\...\.....\mysql.visualstudio.dll
...........\...\.....\mysql.web.dll
...........\obj\Debug\CSharpSnake.csproj.FileListAbsolute.txt
...........\...\.....\CSharpSnake.csproj.GenerateResource.Cache
...........\...\.....\CSharpSnake.csprojResolveAssemblyReference.cache
...........\...\.....\CSharpSnake.exe
...........\...\.....\CSharpSnake.ExplainForm.resources
...........\...\.....\CSharpSnake.FormMain.resources
...........\...\.....\CSharpSnake.HeroForm.resources
...........\...\.....\CSharpSnake.pdb
...........\...\.....\CSharpSnake.Properties.Resources.resources
...........\...\.....\CSharpSnake.RecordForm.resources
...........\...\.....\CSharpSnake.VersionForm.resources
...........\...\.....\DesignTimeResolveAssemblyReferences.cache
...........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
...........\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
...........\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
...........\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
...........\...\.....\....PE\Properties.Resources.Designer.cs.dll
...........\Properties\AssemblyInfo.cs
...........\..........\Resources.Designer.cs
...........\..........\Resources.resx
...........\..........\Settings.Designer.cs
...........\..........\Settings.settings
...........\obj\Debug\TempPE
...........\bin\Debug
...........\...\Release
...........\obj\Debug
...........\bin
...........\obj
...........\Properties
CSharpSnake