基本信息
源码名称:一个C#写的射击类游戏源代码。
源码大小:3.12M
文件格式:.rar
开发语言:C#
更新时间:2023-12-05
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
一个C#写的射击类游戏源代码。
一个我自己用C#写的射击类游戏源代码。 只用了GDI技术(不用DirectX或XNA)。具备基本的游戏结构,初学游戏开发的朋友可以参考。

.
├── EntityCreator.suo
├── GBomber
│   ├── GBomber
│   │   ├── EenemyObject.cs
│   │   ├── EmyMissile.cs
│   │   ├── Explore.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── GBomber.csproj
│   │   ├── Map.cs
│   │   ├── MissileObject.cs
│   │   ├── MyObject.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── BigEngine1.wav
│   │   │   ├── BigEngine2.wav
│   │   │   ├── BigEngine3.wav
│   │   │   ├── Bitmap1.bmp
│   │   │   ├── Bitmap2.bmp
│   │   │   ├── Bitmap3.bmp
│   │   │   ├── Bitmap4.bmp
│   │   │   ├── PlaneExp.wav
│   │   │   ├── SOFT206.ICO
│   │   │   ├── Thumbs.db
│   │   │   ├── bg.jpg
│   │   │   ├── exp1.bmp
│   │   │   ├── exp2.bmp
│   │   │   ├── exp3.bmp
│   │   │   ├── exp4.bmp
│   │   │   ├── exp5.bmp
│   │   │   ├── fire.wav
│   │   │   └── player.jpg
│   │   ├── Score.cs
│   │   ├── Sprite.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── GBomber.exe
│   │   │   │   ├── GBomber.pdb
│   │   │   │   └── GBomber.vshost.exe
│   │   │   └── Release
│   │   │       ├── GBomber.exe
│   │   │       └── GBomber.pdb
│   │   └── obj
│   │       ├── Debug
│   │       │   ├── GBomber.Form1.resources
│   │       │   ├── GBomber.Properties.Resources.resources
│   │       │   ├── GBomber.csproj.GenerateResource.Cache
│   │       │   ├── GBomber.exe
│   │       │   ├── GBomber.pdb
│   │       │   ├── Refactor
│   │       │   └── TempPE
│   │       │       └── Properties.Resources.Designer.cs.dll
│   │       ├── GBomber.csproj.FileListAbsolute.txt
│   │       └── Release
│   │           ├── GBomber.Form1.resources
│   │           ├── GBomber.Properties.Resources.resources
│   │           ├── GBomber.csproj.GenerateResource.Cache
│   │           ├── GBomber.exe
│   │           └── GBomber.pdb
│   ├── GBomber.sln
│   └── GBomber.suo
└── 一个C#写的射击类游戏源代码。_GBomber.rar

12 directories, 57 files