在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Visual C#经典游戏编程开发 源代码.rar

Visual C#经典游戏编程开发 源代码.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:23.61M
  • 下载次数:4
  • 浏览次数:129
  • 发布时间:2021-11-25
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
该资源包括: 第1篇 益智游戏 第2篇 控制类游戏 第3篇 棋牌类游戏 第4篇 其他类游戏
【实例截图】
【核心代码】
4744300845380448211.rar
└── 游戏源码
└── Visual C#经典游戏编程开发 源代码
├── 第1篇 益智游戏
│   ├── 第10章 停车场游戏
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Parking.exe
│   │   │   ├── Parking.pdb
│   │   │   ├── Parking.vshost.exe
│   │   │   └── Parking.vshost.exe.manifest
│   │   ├── car
│   │   │   ├── back.jpg
│   │   │   ├── car1.jpg
│   │   │   ├── car2.jpg
│   │   │   ├── car3.jpg
│   │   │   ├── car4.jpg
│   │   │   ├── car5.jpg
│   │   │   └── Thumbs.db
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Parking.csproj.FileListAbsolute.txt
│   │   │   │   ├── Parking.csproj.GenerateResource.Cache
│   │   │   │   ├── Parking.exe
│   │   │   │   ├── Parking.Form1.resources
│   │   │   │   ├── Parking.pdb
│   │   │   │   ├── Parking.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Parking.csproj.FileList.txt
│   │   ├── Parking.csproj
│   │   ├── Parking.sln
│   │   ├── Parking.suo
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 第1章 连连看游戏
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── 连连看.exe
│   │   │   ├── 连连看.pdb
│   │   │   ├── 连连看.vshost.exe
│   │   │   └── 连连看.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Refactor
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── 连连看.csproj.FileListAbsolute.txt
│   │   │   │   ├── 连连看.csproj.GenerateResource.Cache
│   │   │   │   ├── 连连看.exe
│   │   │   │   ├── 连连看.Form1.resources
│   │   │   │   ├── 连连看.pdb
│   │   │   │   └── 连连看.Properties.Resources.resources
│   │   │   └── 连连看.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── res
│   │   │   ├── 3DFrames.bmp
│   │   │   ├── animal2.bmp
│   │   │   ├── animal3.bmp
│   │   │   ├── animal.bmp
│   │   │   ├── blueFrame.bmp
│   │   │   ├── grayFrame.bmp
│   │   │   ├── skyblue_LLK.ico
│   │   │   ├── skyblue_LLK.rc2
│   │   │   └── Thumbs.db
│   │   ├── Resources
│   │   ├── skyblue_LLK.ico
│   │   ├── UpgradeLog.XML
│   │   ├── 绘图1.vsd
│   │   ├── 绘图2.vsd
│   │   ├── 连连看.csproj
│   │   ├── 连连看.sln
│   │   └── 连连看.suo
│   ├── 第2章 黑白棋游戏
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── BackColor.png
│   │   │   │   ├── BlackStone.png
│   │   │   │   ├── DownStone.wav
│   │   │   │   ├── Info2.png
│   │   │   │   ├── qi_pan1.jpg
│   │   │   │   ├── qi_pan.jpg
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── WhiteStone.png
│   │   │   │   ├── WindowsApplication1.vshost.exe
│   │   │   │   ├── 黑白棋.exe
│   │   │   │   ├── 黑白棋.pdb
│   │   │   │   ├── 黑白棋.vshost.exe
│   │   │   │   └── 黑白棋.vshost.exe.manifest
│   │   │   ├── Release
│   │   │   └── 新建文件夹
│   │   │   ├── BackColor.png
│   │   │   ├── BlackStone.png
│   │   │   ├── Info2.png
│   │   │   ├── qi_pan1.jpg
│   │   │   ├── Thumbs.db
│   │   │   └── WhiteStone.png
│   │   ├── CodeFile1.cs
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── WindowsApplication1.Form1.resources
│   │   │   │   ├── WindowsApplication1.Properties.Resources.resources
│   │   │   │   ├── 黑白棋.csproj.FileListAbsolute.txt
│   │   │   │   ├── 黑白棋.csproj.GenerateResource.Cache
│   │   │   │   ├── 黑白棋.exe
│   │   │   │   └── 黑白棋.pdb
│   │   │   ├── Release
│   │   │   └── 黑白棋.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── 黑白棋.csproj
│   │   ├── 黑白棋.sln
│   │   └── 黑白棋.suo
│   ├── 第3章 汉诺塔游戏
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── 16.汉诺塔递归.exe
│   │   │   │   ├── 16.汉诺塔递归.pdb
│   │   │   │   ├── 16.汉诺塔递归.vshost.exe
│   │   │   │   ├── 16.汉诺塔递归.vshost.exe.manifest
│   │   │   │   ├── Plate.bmp
│   │   │   │   └── Thumbs.db
│   │   │   └── Release
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── hannoi_backgrond.bmp
│   │   ├── obj
│   │   │   ├── 16.汉诺塔递归.csproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── 16.汉诺塔递归.csproj.GenerateResource.Cache
│   │   │   │   ├── 16.汉诺塔递归.exe
│   │   │   │   ├── 16.汉诺塔递归.pdb
│   │   │   │   ├── _6.汉诺塔递归.Form1.resources
│   │   │   │   ├── _6.汉诺塔递归.Properties.Resources.resources
│   │   │   │   ├── Refactor
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── 汉诺塔递归.csproj.FileListAbsolute.txt
│   │   │   │   ├── 汉诺塔递归.csproj.GenerateResource.Cache
│   │   │   │   └── 汉诺塔递归.Form1.resources
│   │   │   ├── Release
│   │   │   └── 汉诺塔递归.csproj.FileList.txt
│   │   ├── Plate.bmp
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Thumbs.db
│   │   ├── UpgradeLog.XML
│   │   ├── 汉诺塔递归.csproj
│   │   ├── 汉诺塔递归.sln
│   │   └── 汉诺塔递归.suo
│   ├── 第4章 推箱子游戏
│   │   ├── 1381Game.ico
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── background.jpg
│   │   │   │   ├── backimg
│   │   │   │   │   ├── 1.jpg
│   │   │   │   │   ├── 2.jpg
│   │   │   │   │   ├── 3.jpg
│   │   │   │   │   ├── 4.jpg
│   │   │   │   │   ├── 5.jpg
│   │   │   │   │   └── Thumbs.db
│   │   │   │   ├── box.gif
│   │   │   │   ├── Destination.gif
│   │   │   │   ├── down.gif
│   │   │   │   ├── left.gif
│   │   │   │   ├── Map
│   │   │   │   │   ├── map_1.info
│   │   │   │   │   ├── map_2.info
│   │   │   │   │   ├── map_3.info
│   │   │   │   │   ├── map_4.info
│   │   │   │   │   ├── map_5.info
│   │   │   │   │   ├── map_6.info
│   │   │   │   │   └── map_7.info
│   │   │   │   ├── new.bmp
│   │   │   │   ├── passageway.gif
│   │   │   │   ├── redbox.gif
│   │   │   │   ├── right.gif
│   │   │   │   ├── save.bmp
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── up.gif
│   │   │   │   ├── wall.gif
│   │   │   │   ├── worker.gif
│   │   │   │   ├── 推箱子游戏.exe
│   │   │   │   ├── 推箱子游戏.pdb
│   │   │   │   ├── 推箱子游戏.vshost.exe
│   │   │   │   └── 推箱子游戏.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── FrmConfig.cs
│   │   ├── FrmConfig.Designer.cs
│   │   ├── FrmConfig.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Refactor
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── 推箱子游戏.csproj.FileListAbsolute.txt
│   │   │   │   ├── 推箱子游戏.csproj.GenerateResource.Cache
│   │   │   │   ├── 推箱子游戏.exe
│   │   │   │   ├── 推箱子游戏.Form1.resources
│   │   │   │   ├── 推箱子游戏.FrmConfig.resources
│   │   │   │   ├── 推箱子游戏.pdb
│   │   │   │   └── 推箱子游戏.Properties.Resources.resources
│   │   │   ├── Release
│   │   │   └── 推箱子游戏.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── right.gif
│   │   ├── 推箱子游戏.csproj
│   │   ├── 推箱子游戏.sln
│   │   └── 推箱子游戏.suo
│   ├── 第5章 扫雷游戏
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── aa.bmp
│   │   │   │   ├── ask.bmp
│   │   │   │   ├── bb.bmp
│   │   │   │   ├── face.bmp
│   │   │   │   ├── flag.bmp
│   │   │   │   ├── mine1.bmp
│   │   │   │   ├── mine.bmp
│   │   │   │   ├── Mine.exe
│   │   │   │   ├── mine.ico
│   │   │   │   ├── Mine.pdb
│   │   │   │   ├── Mine.vshost.exe
│   │   │   │   ├── Mine.vshost.exe.manifest
│   │   │   │   └── Thumbs.db
│   │   │   └── Release
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Mine.csproj
│   │   ├── mine.ico
│   │   ├── Mine.sln
│   │   ├── Mine.suo
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Mine.bin.Debug.face.bmp
│   │   │   │   ├── Mine.csproj.FileListAbsolute.txt
│   │   │   │   ├── Mine.csproj.GenerateResource.Cache
│   │   │   │   ├── Mine.exe
│   │   │   │   ├── Mine.Form1.resources
│   │   │   │   ├── Mine.pdb
│   │   │   │   ├── Mine.Properties.Resources.resources
│   │   │   │   ├── Refactor
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Mine.csproj.FileList.txt
│   │   │   └── Release
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 第6章 七巧板游戏
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── GraphicsPath创建菱形.exe
│   │   │   ├── GraphicsPath创建菱形.pdb
│   │   │   ├── GraphicsPath创建菱形.vshost.exe
│   │   │   ├── GraphicsPath创建菱形.vshost.exe.manifest
│   │   │   ├── s1.JPG
│   │   │   └── s2.JPG
│   │   ├── CChip.cs
│   │   ├── ClassDiagram1.cd
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Form2.cs
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.resx
│   │   ├── GraphicsPath.csproj
│   │   ├── GraphicsPath.sln
│   │   ├── GraphicsPath.suo
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── GraphicsPath.csproj.FileListAbsolute.txt
│   │   │   ├── GraphicsPath.csproj.GenerateResource.Cache
│   │   │   ├── GraphicsPath创建菱形.csproj.FileListAbsolute.txt
│   │   │   ├── GraphicsPath创建菱形.csproj.GenerateResource.Cache
│   │   │   ├── GraphicsPath创建菱形.exe
│   │   │   ├── GraphicsPath创建菱形.Form1.resources
│   │   │   ├── GraphicsPath创建菱形.Form2.resources
│   │   │   ├── GraphicsPath创建菱形.pdb
│   │   │   ├── GraphicsPath创建菱形.Properties.Resources.resources
│   │   │   ├── Refactor
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Thumbs.db
│   │   └── 图例
│   │   ├── s1.JPG
│   │   ├── s2.JPG
│   │   └── Thumbs.db
│   ├── 第7章 21点扑克牌游戏
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── cards_csharp.exe
│   │   │   │   ├── cards_csharp.pdb
│   │   │   │   ├── cards_csharp.vshost.exe
│   │   │   │   └── cards_csharp.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── cards_csharp.csproj
│   │   ├── cards_csharp.sln
│   │   ├── cards_csharp.suo
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── cards_csharp.csproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── cards_csharp.csproj.FileListAbsolute.txt
│   │   │   │   ├── cards_csharp.csproj.GenerateResource.Cache
│   │   │   │   ├── cards_csharp.exe
│   │   │   │   ├── cards_csharp.Form1.resources
│   │   │   │   ├── cards_csharp.pdb
│   │   │   │   ├── cards_csharp.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 第8章 人物拼图游戏(一)
│   │   ├── aa.jpg
│   │   ├── About.cs
│   │   ├── About.resx
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── NumPuzzle.exe
│   │   │   │   ├── NumPuzzle.pdb
│   │   │   │   └── NumPuzzle.vshost.exe
│   │   │   └── Release
│   │   │   ├── MOVE.WAV
│   │   │   ├── NumPuzzle.exe
│   │   │   ├── NumPuzzlePlayer
│   │   │   ├── NumPuzzle.vshost.exe
│   │   │   ├── NumPuzzle.vshost.exe.manifest
│   │   │   └── WIN.WAV
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── MOVE.WAV
│   │   ├── NumPuzzle.csproj
│   │   ├── NumPuzzle.csproj.user
│   │   ├── NumPuzzle.sln
│   │   ├── NumPuzzle.suo
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── NumPuzzle.About.resources
│   │   │   │   ├── NumPuzzle.csproj.FileListAbsolute.txt
│   │   │   │   ├── NumPuzzle.csproj.GenerateResource.Cache
│   │   │   │   ├── NumPuzzle.Form1.resources
│   │   │   │   ├── NumPuzzle.pdb
│   │   │   │   ├── NumPuzzle.projdata
│   │   │   │   ├── temp
│   │   │   │   └── TempPE
│   │   │   └── Release
│   │   │   ├── NumPuzzle.About.resources
│   │   │   ├── NumPuzzle.csproj.FileListAbsolute.txt
│   │   │   ├── NumPuzzle.csproj.GenerateResource.Cache
│   │   │   ├── NumPuzzle.Form1.resources
│   │   │   ├── NumPuzzle.projdata
│   │   │   ├── temp
│   │   │   └── TempPE
│   │   ├── PlaySound.cs
│   │   └── WIN.WAV
│   └── 第9章 人物拼图游戏(二)
│   ├── bin
│   │   ├── Debug
│   │   │   ├── defa.bmp
│   │   │   ├── Good.WAV
│   │   │   ├── RIGHT.WAV
│   │   │   ├── 人物拼图游戏.exe
│   │   │   ├── 人物拼图游戏.pdb
│   │   │   ├── 人物拼图游戏.vshost.exe
│   │   │   └── 人物拼图游戏.vshost.exe.manifest
│   │   └── Release
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Refactor
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── 人物拼图游戏.csproj.FileListAbsolute.txt
│   │   │   ├── 人物拼图游戏.csproj.GenerateResource.Cache
│   │   │   ├── 人物拼图游戏.exe
│   │   │   ├── 人物拼图游戏.Form1.resources
│   │   │   ├── 人物拼图游戏.pdb
│   │   │   └── 人物拼图游戏.Properties.Resources.resources
│   │   ├── Release
│   │   └── 人物拼图游戏.csproj.FileList.txt
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 人物拼图游戏.csproj
│   ├── 人物拼图游戏.sln
│   └── 人物拼图游戏.suo
├── 第2篇 控制类游戏
│   ├── 第11章 坦克大战游戏
│   │   ├── Backup
│   │   │   ├── bullet.cs
│   │   │   ├── ClassDiagram2.cd
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── PlaySound.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Tank.cs
│   │   │   ├── Tank.ico
│   │   │   ├── TankMap.cs
│   │   │   ├── 坦克.csproj
│   │   │   ├── 坦克.sln
│   │   │   └── 坦克.suo
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── bmp
│   │   │   │   │   ├── DX.BMP
│   │   │   │   │   ├── ETANK1.BMP
│   │   │   │   │   ├── ETANK2.BMP
│   │   │   │   │   ├── ETANK3.BMP
│   │   │   │   │   ├── ETANK4.BMP
│   │   │   │   │   ├── explode1.bmp
│   │   │   │   │   ├── explode2.bmp
│   │   │   │   │   ├── missile1.bmp
│   │   │   │   │   ├── missile2.bmp
│   │   │   │   │   ├── MYTANK.BMP
│   │   │   │   │   ├── tankD.bmp
│   │   │   │   │   ├── tankL.bmp
│   │   │   │   │   ├── tankR.bmp
│   │   │   │   │   ├── tankU.bmp
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   └── TQ.BMP
│   │   │   │   ├── sound
│   │   │   │   │   ├── bob.wav
│   │   │   │   │   ├── DropCell.wav
│   │   │   │   │   ├── explode2.WAV
│   │   │   │   │   ├── Explode.wav
│   │   │   │   │   ├── MOVE.WAV
│   │   │   │   │   ├── Music1.mid
│   │   │   │   │   ├── Music8.MID
│   │   │   │   │   ├── score.wav
│   │   │   │   │   ├── Shoot.wav
│   │   │   │   │   ├── tank.wav
│   │   │   │   │   ├── tie.wav
│   │   │   │   │   ├── tongguan.wav
│   │   │   │   │   ├── wall.wav
│   │   │   │   │   └── Win.wav
│   │   │   │   ├── 坦克.exe
│   │   │   │   ├── 坦克.pdb
│   │   │   │   ├── 坦克.vshost.exe
│   │   │   │   └── 坦克.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── bullet.cs
│   │   ├── ClassDiagram2.cd
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Refactor
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── 坦克.csproj.FileListAbsolute.txt
│   │   │   │   ├── 坦克.csproj.GenerateResource.Cache
│   │   │   │   ├── 坦克.exe
│   │   │   │   ├── 坦克.Form1.resources
│   │   │   │   ├── 坦克.pdb
│   │   │   │   └── 坦克.Properties.Resources.resources
│   │   │   ├── Release
│   │   │   └── 坦克.csproj.FileList.txt
│   │   ├── PlaySound.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Tank.cs
│   │   ├── Tank.ico
│   │   ├── TankMap.cs
│   │   ├── Thumbs.db
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── 坦克.csproj
│   │   ├── 坦克.sln
│   │   └── 坦克.suo
│   ├── 第12章 俄罗斯方块
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── image
│   │   │   │   │   ├── block0.gif
│   │   │   │   │   ├── block1.gif
│   │   │   │   │   ├── block2.gif
│   │   │   │   │   ├── block3.gif
│   │   │   │   │   └── Thumbs.db
│   │   │   │   ├── sounds
│   │   │   │   │   ├── hit.mp3
│   │   │   │   │   ├── level.mp3
│   │   │   │   │   ├── line.mp3
│   │   │   │   │   └── music.mp3
│   │   │   │   ├── 俄罗斯方块.exe
│   │   │   │   ├── 俄罗斯方块.pdb
│   │   │   │   ├── 俄罗斯方块.vshost.exe
│   │   │   │   └── 俄罗斯方块.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── Block.cs
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Game.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Refactor
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── 俄罗斯方块.csproj.FileListAbsolute.txt
│   │   │   │   ├── 俄罗斯方块.csproj.GenerateResource.Cache
│   │   │   │   ├── 俄罗斯方块.exe
│   │   │   │   ├── 俄罗斯方块.Form1.resources
│   │   │   │   ├── 俄罗斯方块.pdb
│   │   │   │   └── 俄罗斯方块.Properties.Resources.resources
│   │   │   ├── Release
│   │   │   └── 俄罗斯方块.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── 俄罗斯方块.csproj
│   │   ├── 俄罗斯方块.sln
│   │   └── 俄罗斯方块.suo
│   ├── 第13章 贪吃蛇游戏
│   │   ├── Bean.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Blue.gif
│   │   │   ├── Thumbs.db
│   │   │   ├── Yellow.gif
│   │   │   ├── 贪吃蛇.exe
│   │   │   ├── 贪吃蛇.pdb
│   │   │   ├── 贪吃蛇.vshost.exe
│   │   │   └── 贪吃蛇.vshost.exe.manifest
│   │   ├── Block.cs
│   │   ├── ClassDiagram11.cd
│   │   ├── ClassDiagram1.cd
│   │   ├── ClassDiagram2.cd
│   │   ├── ClassDiagram3.cd
│   │   ├── Floor.cs
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Refactor
│   │   │   ├── TempPE
│   │   │   ├── 贪吃蛇.csproj.FileListAbsolute.txt
│   │   │   ├── 贪吃蛇.csproj.GenerateResource.Cache
│   │   │   ├── 贪吃蛇.exe
│   │   │   ├── 贪吃蛇.Form1.resources
│   │   │   ├── 贪吃蛇.pdb
│   │   │   └── 贪吃蛇.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Snake.cs
│   │   ├── 贪吃蛇.csproj
│   │   ├── 贪吃蛇.sln
│   │   └── 贪吃蛇.suo
│   ├── 第14章 华容道游戏
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── 华容道.exe
│   │   │   ├── 华容道.pdb
│   │   │   ├── 华容道.vshost.exe
│   │   │   └── 华容道.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Refactor
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── 华容道.csproj.FileListAbsolute.txt
│   │   │   │   ├── 华容道.csproj.GenerateResource.Cache
│   │   │   │   ├── 华容道.exe
│   │   │   │   ├── 华容道.Form1.resources
│   │   │   │   ├── 华容道.pdb
│   │   │   │   └── 华容道.Properties.Resources.resources
│   │   │   └── 华容道.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Res
│   │   │   ├── Thumbs.db
│   │   │   ├── 关羽.png
│   │   │   ├── 兵.png
│   │   │   ├── 张飞.png
│   │   │   ├── 曹操.png
│   │   │   ├── 赵云.png
│   │   │   ├── 马超.png
│   │   │   └── 黄忠.png
│   │   ├── Users.ico
│   │   ├── 华容道
│   │   ├── 华容道.csproj
│   │   ├── 华容道.sln
│   │   └── 华容道.suo
│   └── 第15章 打字游戏
│   ├── bin
│   │   └── Debug
│   │   ├── 打字游戏V2005.exe
│   │   ├── 打字游戏V2005.pdb
│   │   ├── 打字游戏V2005.vshost.exe
│   │   └── 打字游戏V2005.vshost.exe.manifest
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── myRandom.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Refactor
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── 打字游戏.csproj.FileListAbsolute.txt
│   │   │   ├── 打字游戏.csproj.GenerateResource.Cache
│   │   │   ├── 打字游戏.Form1.resources
│   │   │   ├── 打字游戏.Properties.Resources.resources
│   │   │   ├── 打字游戏V2005.csproj.FileListAbsolute.txt
│   │   │   ├── 打字游戏V2005.csproj.GenerateResource.Cache
│   │   │   ├── 打字游戏V2005.exe
│   │   │   ├── 打字游戏V2005.Form1.resources
│   │   │   └── 打字游戏V2005.pdb
│   │   └── 打字游戏V2005.csproj.FileList.txt
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 打字游戏.csproj
│   ├── 打字游戏.sln
│   └── 打字游戏.suo
├── 第3篇 棋牌类游戏
│   ├── 18章 拱猪扑克牌游戏
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── mycards.exe
│   │   │   ├── mycards.pdb
│   │   │   ├── mycards.vshost.exe
│   │   │   └── mycards.vshost.exe.manifest
│   │   ├── bmp
│   │   │   ├── 0.bmp
│   │   │   ├── 10.bmp
│   │   │   ├── 11.bmp
│   │   │   ├── 12.bmp
│   │   │   ├── 13.bmp
│   │   │   ├── 14.bmp
│   │   │   ├── 15.bmp
│   │   │   ├── 16.bmp
│   │   │   ├── 17.bmp
│   │   │   ├── 18.bmp
│   │   │   ├── 19.bmp
│   │   │   ├── 1.bmp
│   │   │   ├── 20.bmp
│   │   │   ├── 21.bmp
│   │   │   ├── 22.bmp
│   │   │   ├── 23.bmp
│   │   │   ├── 24.bmp
│   │   │   ├── 25.bmp
│   │   │   ├── 26.bmp
│   │   │   ├── 27.bmp
│   │   │   ├── 28.bmp
│   │   │   ├── 29.bmp
│   │   │   ├── 2.bmp
│   │   │   ├── 30.bmp
│   │   │   ├── 31.bmp
│   │   │   ├── 32.bmp
│   │   │   ├── 33.bmp
│   │   │   ├── 34.bmp
│   │   │   ├── 35.bmp
│   │   │   ├── 36.bmp
│   │   │   ├── 37.bmp
│   │   │   ├── 38.bmp
│   │   │   ├── 39.bmp
│   │   │   ├── 3.bmp
│   │   │   ├── 40.bmp
│   │   │   ├── 41.bmp
│   │   │   ├── 42.bmp
│   │   │   ├── 43.bmp
│   │   │   ├── 44.bmp
│   │   │   ├── 45.bmp
│   │   │   ├── 46.bmp
│   │   │   ├── 47.bmp
│   │   │   ├── 48.bmp
│   │   │   ├── 49.bmp
│   │   │   ├── 4.bmp
│   │   │   ├── 50.bmp
│   │   │   ├── 51.bmp
│   │   │   ├── 52.bmp
│   │   │   ├── 53.BMP
│   │   │   ├── 54.BMP
│   │   │   ├── 5.bmp
│   │   │   ├── 6.bmp
│   │   │   ├── 7.bmp
│   │   │   ├── 8.bmp
│   │   │   ├── 9.bmp
│   │   │   ├── F1.bmp
│   │   │   ├── F2.bmp
│   │   │   ├── small.ico
│   │   │   ├── Thumbs.db
│   │   │   ├── 复件 53.BMP
│   │   │   └── 复件 54.BMP
│   │   ├── card.ico
│   │   ├── Cards.cs
│   │   ├── ClassDiagram1.cd
│   │   ├── MainForm.cs
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.resx
│   │   ├── mycards.csproj
│   │   ├── mycards.sln
│   │   ├── mycards.suo
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── mycards.csproj.FileListAbsolute.txt
│   │   │   │   ├── mycards.csproj.GenerateResource.Cache
│   │   │   │   ├── mycards.exe
│   │   │   │   ├── mycards.MainForm.resources
│   │   │   │   ├── mycards.pdb
│   │   │   │   ├── mycards.Properties.Resources.resources
│   │   │   │   ├── mycards.test.resources
│   │   │   │   ├── Refactor
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── mycards.csproj.FileListAbsolute.txt
│   │   │   └── mycards.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   ├── test.cs
│   │   ├── test.Designer.cs
│   │   ├── test.resx
│   │   └── 扑克发牌算法.doc
│   ├── 第16章 网络中国象棋(非控件)1.4版
│   │   ├── App.ico
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── 棋谱0.txt
│   │   │   ├── 棋谱1.txt
│   │   │   ├── 棋谱2.txt
│   │   │   ├── 棋谱4.txt
│   │   │   ├── 网络象棋.exe
│   │   │   ├── 网络象棋.pdb
│   │   │   ├── 网络象棋.vshost.exe
│   │   │   └── 网络象棋.vshost.exe.manifest
│   │   ├── ChessBoard.cs
│   │   ├── Chess.cs
│   │   ├── ClassDiagram1.cd
│   │   ├── Frmchess.cs
│   │   ├── Frmchess.Designer.cs
│   │   ├── Frmchess.resx
│   │   ├── Fu_pan.cs
│   │   ├── Fu_pan.Designer.cs
│   │   ├── Fu_pan.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Refactor
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── 网络象棋.csproj.FileListAbsolute.txt
│   │   │   │   ├── 网络象棋.csproj.GenerateResource.Cache
│   │   │   │   ├── 网络象棋.exe
│   │   │   │   ├── 网络象棋.Frmchess.resources
│   │   │   │   ├── 网络象棋.Fu_pan.resources
│   │   │   │   ├── 网络象棋.pdb
│   │   │   │   └── 网络象棋.Properties.Resources.resources
│   │   │   ├── 网络象棋.csproj.FileListAbsolute.txt
│   │   │   └── 网络象棋.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── 棋盘.png
│   │   ├── 棋谱0.txt
│   │   ├── 棋谱1.txt
│   │   ├── 棋谱2.txt
│   │   ├── 棋谱4.txt
│   │   ├── 红
│   │   │   ├── Empty.png
│   │   │   ├── Thumbs.db
│   │   │   ├── 兵.png
│   │   │   ├── 士.png
│   │   │   ├── 帅.png
│   │   │   ├── 炮.png
│   │   │   ├── 相.png
│   │   │   ├── 车.png
│   │   │   └── 马.png
│   │   ├── 网络象棋.csproj
│   │   ├── 网络象棋.sln
│   │   ├── 网络象棋.suo
│   │   └── 黑
│   │   ├── Empty.png
│   │   ├── Thumbs.db
│   │   ├── 仕.png
│   │   ├── 卒.png
│   │   ├── 将.png
│   │   ├── 炮.png
│   │   ├── 象.png
│   │   ├── 车.png
│   │   └── 马.png
│   └── 第17章 两人对战网络军棋
│   ├── 162-星际游骑兵.ico
│   ├── bin
│   │   └── Debug
│   │   ├── MyFile2.txt
│   │   ├── MyFile.txt
│   │   ├── 军棋.exe
│   │   ├── 军棋.pdb
│   │   ├── 军棋.vshost.exe
│   │   ├── 军棋.vshost.exe.manifest
│   │   ├── 复件 MyFile.txt
│   │   └── 软件说明.txt
│   ├── bmp
│   │   ├── 10002.bmp
│   │   ├── 10004.bmp
│   │   ├── 29.bmp
│   │   ├── 30.bmp
│   │   ├── 31.bmp
│   │   ├── 32.bmp
│   │   ├── 33.bmp
│   │   ├── 34.bmp
│   │   ├── 35.bmp
│   │   ├── 36.bmp
│   │   ├── 37.bmp
│   │   ├── 38.bmp
│   │   ├── 39.bmp
│   │   ├── 40.bmp
│   │   ├── BLACK.BMP
│   │   ├── BLUE.BMP
│   │   ├── BtnFocus.wav
│   │   ├── Eye1.bmp
│   │   ├── G29.bmp
│   │   ├── G30.bmp
│   │   ├── G31.bmp
│   │   ├── G32.bmp
│   │   ├── G33.bmp
│   │   ├── G34.bmp
│   │   ├── G35.bmp
│   │   ├── G36.bmp
│   │   ├── G37.bmp
│   │   ├── G38.bmp
│   │   ├── G39.bmp
│   │   ├── G40.bmp
│   │   ├── G.bmp
│   │   ├── GREEN.BMP
│   │   ├── hurry.wav
│   │   ├── QIPAN.BMP
│   │   ├── R.bmp
│   │   ├── Thumbs.db
│   │   ├── 桌子.bmp
│   │   ├── 桌子.JPG
│   │   └── 营29.JPG
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── 军棋.csproj.FileListAbsolute.txt
│   │   │   ├── 军棋.csproj.GenerateResource.Cache
│   │   │   ├── 军棋.exe
│   │   │   ├── 军棋.Form1.resources
│   │   │   ├── 军棋.pdb
│   │   │   └── 军棋.Properties.Resources.resources
│   │   └── 军棋.csproj.FileListAbsolute.txt
│   ├── PlaySound.cs
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── wav
│   │   ├── BtnFocus.wav
│   │   ├── hurry.wav
│   │   ├── junqiactive.wav
│   │   ├── junqieat.wav
│   │   ├── junqierro.wav
│   │   ├── junqigiveup.wav
│   │   ├── junqipeace.wav
│   │   ├── junqiput.wav
│   │   ├── junqisldie.wav
│   │   ├── junqistart.wav
│   │   ├── junqitongqu.wav
│   │   ├── MOVE.WAV
│   │   └── WIN.WAV
│   ├── 军棋.csproj
│   ├── 军棋.sln
│   └── 军棋.suo
└── 第4篇 其他类游戏
├── 第19章 涂鸦游戏软件
│   ├── bin
│   │   └── Debug
│   │   ├── img
│   │   │   ├── Circle.gif
│   │   │   ├── eraser.png
│   │   │   ├── FillCircle.GIF
│   │   │   ├── Fillrect.GIF
│   │   │   ├── line.gif
│   │   │   ├── pb.cur
│   │   │   ├── Pencil.gif
│   │   │   ├── rect.gif
│   │   │   └── Thumbs.db
│   │   ├── 绘图程序.exe
│   │   ├── 绘图程序.pdb
│   │   ├── 绘图程序.vshost.exe
│   │   └── 绘图程序.vshost.exe.manifest
│   ├── ClassDiagram1.cd
│   ├── DrawTools.cs
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Refactor
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── 绘图程序.csproj.FileListAbsolute.txt
│   │   │   ├── 绘图程序.csproj.GenerateResource.Cache
│   │   │   ├── 绘图程序.exe
│   │   │   ├── 绘图程序.Form1.resources
│   │   │   ├── 绘图程序.pdb
│   │   │   └── 绘图程序.Properties.Resources.resources
│   │   └── 绘图程序.csproj.FileList.txt
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── 涂鸦游戏软件.csproj
│   ├── 涂鸦游戏软件.csproj.user
│   ├── 涂鸦游戏软件.sln
│   └── 涂鸦游戏软件.suo
├── 第20章 智力问答游戏
│   ├── bin
│   │   └── Debug
│   │   ├── IrisSkin2.dll
│   │   ├── skin
│   │   │   ├── 0.ssk
│   │   │   ├── 0还原.gif
│   │   │   ├── 1.ssk
│   │   │   ├── 1宝石蓝.gif
│   │   │   ├── 2.ssk
│   │   │   ├── 2翡翠蓝.gif
│   │   │   ├── 3.ssk
│   │   │   ├── 3玻璃绿.gif
│   │   │   ├── 4.ssk
│   │   │   ├── 4埃及棉.gif
│   │   │   ├── 5.ssk
│   │   │   ├── 5夏至未至.gif
│   │   │   ├── 6msn.gif
│   │   │   ├── 6.ssk
│   │   │   ├── 7.ssk
│   │   │   ├── 7银边蓝.gif
│   │   │   ├── 8.ssk
│   │   │   ├── 8波浪蓝.gif
│   │   │   ├── 9.ssk
│   │   │   ├── 9XP蓝.gif
│   │   │   ├── IrisSkin2.dll
│   │   │   └── Thumbs.db
│   │   ├── test.mdb
│   │   ├── 智力问答游戏.exe
│   │   ├── 智力问答游戏.pdb
│   │   └── 智力问答游戏.vshost.exe
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── images
│   │   ├── 1.png
│   │   ├── 2.png
│   │   ├── 3.png
│   │   ├── 4.png
│   │   ├── 5.png
│   │   ├── 6.png
│   │   ├── 7.png
│   │   ├── 8.png
│   │   ├── bg_end.jpg
│   │   ├── bg_GameField.jpg
│   │   ├── bg_start.jpg
│   │   ├── life.jpg
│   │   ├── nosound.jpg
│   │   ├── sound.jpg
│   │   └── Thumbs.db
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Refactor
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── 单项选择题考试.csproj.FileListAbsolute.txt
│   │   │   ├── 单项选择题考试.csproj.GenerateResource.Cache
│   │   │   ├── 单项选择题考试.Form1.resources
│   │   │   ├── 智力问答游戏.csproj.FileListAbsolute.txt
│   │   │   ├── 智力问答游戏.csproj.GenerateResource.Cache
│   │   │   ├── 智力问答游戏.exe
│   │   │   ├── 智力问答游戏.Form1.resources
│   │   │   ├── 智力问答游戏.pdb
│   │   │   ├── 智力问答游戏.Properties.Resources.resources
│   │   │   ├── 模拟单项选择题测试.csproj.GenerateResource.Cache
│   │   │   └── 模拟单项选择题测试.Form1.resources
│   │   ├── Release
│   │   ├── 单项选择题考试.csproj.FileList.txt
│   │   └── 模拟单项选择题测试.csproj.FileList.txt
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── UpgradeLog.XML
│   ├── 智力问答游戏.csproj
│   ├── 智力问答游戏.csproj.user
│   ├── 智力问答游戏.sln
│   └── 智力问答游戏.suo
├── 第21章 对对碰游戏
│   ├── 555523.ICO
│   ├── bin
│   │   └── Debug
│   │   ├── 0.ssk
│   │   ├── 0还原.gif
│   │   ├── 1.ssk
│   │   ├── 1宝石蓝.gif
│   │   ├── 2.ssk
│   │   ├── 2翡翠蓝.gif
│   │   ├── 3.ssk
│   │   ├── 3玻璃绿.gif
│   │   ├── 4.ssk
│   │   ├── 4埃及棉.gif
│   │   ├── 5.ssk
│   │   ├── 5夏至未至.gif
│   │   ├── 6msn.gif
│   │   ├── 6.ssk
│   │   ├── 7.ssk
│   │   ├── 7银边蓝.gif
│   │   ├── 8.ssk
│   │   ├── 8波浪蓝.gif
│   │   ├── 9.ssk
│   │   ├── 9XP蓝.gif
│   │   ├── IrisSkin2.dll
│   │   ├── myProcessBar.dll
│   │   ├── SuperPeng.exe
│   │   ├── SuperPeng.exe.lnk
│   │   ├── SuperPeng.pdb
│   │   ├── SuperPeng.vshost.exe
│   │   ├── SuperPeng.vshost.exe.manifest
│   │   ├── Thumbs.db
│   │   └── 说明.txt
│   ├── Block.cs
│   ├── GameField.cs
│   ├── Help.cs
│   ├── Help.Designer.cs
│   ├── Help.resx
│   ├── images
│   │   ├── 1.png
│   │   ├── 2.png
│   │   ├── 3.png
│   │   ├── 4.png
│   │   ├── 51-1.bmp
│   │   ├── 53-1.bmp
│   │   ├── 54-1.bmp
│   │   ├── 55-1.bmp
│   │   ├── 58-1.bmp
│   │   ├── 59-1.bmp
│   │   ├── 5.png
│   │   ├── 6-1.bmp
│   │   ├── 6.png
│   │   ├── 7.png
│   │   ├── 8.png
│   │   ├── bg_end.jpg
│   │   ├── bg_GameField.jpg
│   │   ├── bg_start.jpg
│   │   ├── life.jpg
│   │   ├── nosound.jpg
│   │   ├── sound.jpg
│   │   └── Thumbs.db
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Refactor
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── SuperPeng.csproj.FileListAbsolute.txt
│   │   │   ├── SuperPeng.csproj.GenerateResource.Cache
│   │   │   ├── SuperPeng.exe
│   │   │   ├── SuperPeng.Help.resources
│   │   │   ├── SuperPeng.pdb
│   │   │   ├── SuperPeng.Properties.Resources.resources
│   │   │   ├── SuperPeng.Start.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── SuperPeng.csproj.FileList.txt
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── sound
│   │   ├── exchange.wav
│   │   └── folder.wav
│   ├── Start.cs
│   ├── Start.Designer.cs
│   ├── Start.resx
│   ├── SuperPeng.csproj
│   ├── SuperPeng.csproj.user
│   ├── SuperPeng.sln
│   ├── SuperPeng.suo
│   └── 小狗.ico
└── 第22章 百变方块游戏
├── bin
│   └── Debug
│   ├── 10A.jpg
│   ├── 10.jpg
│   ├── 1A.jpg
│   ├── 1.jpg
│   ├── 25A.jpg
│   ├── 25.jpg
│   ├── 2A.jpg
│   ├── 2.jpg
│   ├── 39A.jpg
│   ├── 39.jpg
│   ├── 3A.jpg
│   ├── 3.jpg
│   ├── 41A.jpg
│   ├── 41.jpg
│   ├── 43A.jpg
│   ├── 43.jpg
│   ├── 44A.jpg
│   ├── 44.jpg
│   ├── 45A.jpg
│   ├── 45.jpg
│   ├── 4A.jpg
│   ├── 4.jpg
│   ├── 51A.jpg
│   ├── 51.jpg
│   ├── 5A.jpg
│   ├── 5.jpg
│   ├── 6A.jpg
│   ├── 6.jpg
│   ├── 7A.jpg
│   ├── 7.jpg
│   ├── 8A.jpg
│   ├── 8.jpg
│   ├── 9A.jpg
│   ├── 9.jpg
│   ├── A2.JPG
│   ├── A3.JPG
│   ├── IMG0080A.jpg
│   ├── IMG0081A.jpg
│   ├── IMG0082A.jpg
│   ├── IMG0083A.jpg
│   ├── IMG0084A.jpg
│   ├── IMG0085A.jpg
│   ├── IMG0088A.jpg
│   ├── IMG0089A.jpg
│   ├── IMG0090A.jpg
│   ├── IMG0091A.jpg
│   ├── IMG0094A.jpg
│   ├── IMG0095A.jpg
│   ├── IMG0096A.jpg
│   ├── IMG0097A.jpg
│   ├── IMG0098A.jpg
│   ├── IMG0099A.jpg
│   ├── IMG0100A.jpg
│   ├── IMG0101A.jpg
│   ├── IMG0104A.jpg
│   ├── IMG0105A.jpg
│   ├── IMG0116A.jpg
│   ├── IMG0117A.jpg
│   ├── IMG0118A.jpg
│   ├── IMG0119A.jpg
│   ├── IMG0121A.jpg
│   ├── IMG0124A.jpg
│   ├── IMG0125A.jpg
│   ├── IMG0126A.jpg
│   ├── IMG0127A.jpg
│   ├── IMG0128A.jpg
│   ├── IMG0129A.jpg
│   ├── IMG0130A.jpg
│   ├── IMG0131A.jpg
│   ├── IMG0132A.jpg
│   ├── IMG0133A.jpg
│   ├── IMG0134A.jpg
│   ├── IMG0135A.jpg
│   ├── IMG0136A.jpg
│   ├── IMG0137A.jpg
│   ├── IMG0138A.jpg
│   ├── IMG0139A.jpg
│   ├── IMG0140A.jpg
│   ├── IMG0141A.jpg
│   ├── IMG0142A.jpg
│   ├── IMG0144A.jpg
│   ├── IMG0145A.jpg
│   ├── IMG0146A.jpg
│   ├── IMG0147A.jpg
│   ├── IMG0149A.jpg
│   ├── IMG0150A.jpg
│   ├── IMG0151A.jpg
│   ├── IMG0152A.jpg
│   ├── IMG0153A.jpg
│   ├── IMG0154A.jpg
│   ├── IMG0155A.jpg
│   ├── IMG0156A.jpg
│   ├── IMG0157A.jpg
│   ├── IMG0158A.jpg
│   ├── IMG0159A.jpg
│   ├── IMG0160A.jpg
│   ├── IMG0161A.jpg
│   ├── IMG0162A.jpg
│   ├── IMG0163A.jpg
│   ├── IMG0164A.jpg
│   ├── IMG0165A.jpg
│   ├── IMG0166A.jpg
│   ├── IMG0167A.jpg
│   ├── IMG0168A.jpg
│   ├── IMG0169A.jpg
│   ├── IMG0170A.jpg
│   ├── IMG0171A.jpg
│   ├── IMG0172A.jpg
│   ├── IMG0173A.jpg
│   ├── IMG0174B.jpg
│   ├── IMG0177A.jpg
│   ├── IMG0178A.jpg
│   ├── IMG0179A.jpg
│   ├── IMG0180A.jpg
│   ├── IMG0181A.jpg
│   ├── IMG0182A.jpg
│   ├── IMG0183A.jpg
│   ├── IMG0184A.jpg
│   ├── IMG0185A.jpg
│   ├── map.txt
│   ├── olds1.JPG
│   ├── olds2.JPG
│   ├── olds3.jpg
│   ├── s1.jpg
│   ├── s2.jpg
│   ├── s3.jpg
│   ├── Thumbs.db
│   ├── VarietyBox.exe
│   ├── VarietyBox.pdb
│   ├── VarietyBox.vshost.exe
│   └── VarietyBox.vshost.exe.manifest
├── ClassDiagram1.cd
├── Form1.cs
├── Form1.Designer.cs
├── Form1.resx
├── Form2.cs
├── Form2.Designer.cs
├── Form2.resx
├── obj
│   └── Debug
│   ├── Refactor
│   ├── TempPE
│   ├── VarietyBox.csproj.FileListAbsolute.txt
│   ├── VarietyBox.csproj.GenerateResource.Cache
│   ├── VarietyBox.exe
│   ├── VarietyBox.Form1.resources
│   ├── VarietyBox.Form2.resources
│   ├── VarietyBox.pdb
│   └── VarietyBox.Properties.Resources.resources
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── VarietyBox.csproj
├── VarietyBox.sln
├── VarietyBox.suo
└── 图例
├── s1.JPG
├── s2.JPG
└── Thumbs.db

226 directories, 1153 files

标签:

实例下载地址

Visual C#经典游戏编程开发 源代码.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警