基本信息
源码名称:C#战斗机飞机大战源码
源码大小:0.96M
文件格式:.rar
开发语言:C#
更新时间:2022-09-23
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#战斗机飞机大战源码
.
├── 战斗机
│ ├── BLL
│ │ ├── Bullet.cs
│ │ ├── Enemy.cs
│ │ ├── Entity.cs
│ │ ├── EntityFactory.cs
│ │ ├── Explosion.cs
│ │ ├── Plane.cs
│ │ └── Reward.cs
│ ├── ClassDiagram1.cd
│ ├── DXPlay.cs
│ ├── MCIPlay.cs
│ ├── Plain.Designer.cs
│ ├── Plain.cs
│ ├── Plain.resx
│ ├── PlainGame.csproj
│ ├── PlainGame.csproj.user
│ ├── PlainGame.sln
│ ├── PlainGame.suo
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ │ ├── 1.png
│ │ │ ├── 2.png
│ │ │ ├── Microsoft.DirectX.DirectSound.dll
│ │ │ ├── Microsoft.DirectX.dll
│ │ │ ├── PlayPlane_01.exe
│ │ │ ├── PlayPlane_01.pdb
│ │ │ ├── PlayPlane_01.vshost.exe.manifest
│ │ │ ├── dll
│ │ │ │ ├── Microsoft.DirectX.DirectSound.dll
│ │ │ │ └── Microsoft.DirectX.dll
│ │ │ └── resource
│ │ │ ├── BOMB3.WAV
│ │ │ ├── BOMB5.WAV
│ │ │ ├── bg_01.jpg
│ │ │ ├── bg_02.jpg
│ │ │ ├── explosion.mp3
│ │ │ ├── explosion.wav
│ │ │ ├── font.fnt
│ │ │ ├── font_0.png
│ │ │ ├── icon36x36.png
│ │ │ ├── icon48x48.png
│ │ │ ├── icon72x72.png
│ │ │ ├── loading.gif
│ │ │ ├── plane.png
│ │ │ ├── plane.xml
│ │ │ ├── shoot.mp3
│ │ │ └── shoot.wav
│ │ └── Release
│ │ ├── PlayPlane_01.exe
│ │ ├── PlayPlane_01.pdb
│ │ ├── PlayPlane_01.vshost.exe
│ │ ├── PlayPlane_01.vshost.exe.manifest
│ │ ├── dll
│ │ │ ├── Microsoft.DirectX.DirectSound.dll
│ │ │ └── Microsoft.DirectX.dll
│ │ └── resource
│ │ ├── BOMB3.WAV
│ │ ├── BOMB5.WAV
│ │ ├── bg_01.jpg
│ │ ├── bg_02.jpg
│ │ ├── explosion.mp3
│ │ ├── explosion.wav
│ │ ├── font.fnt
│ │ ├── font_0.png
│ │ ├── icon36x36.png
│ │ ├── icon48x48.png
│ │ ├── icon72x72.png
│ │ ├── loading.gif
│ │ ├── plane.png
│ │ ├── plane.xml
│ │ ├── shoot.mp3
│ │ └── shoot.wav
│ ├── obj
│ │ └── x86
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── PlainGame.Plain.resources
│ │ │ ├── PlainGame.csproj.FileListAbsolute.txt
│ │ │ ├── PlainGame.csproj.GenerateResource.Cache
│ │ │ ├── PlainGame.csprojResolveAssemblyReference.cache
│ │ │ ├── PlayPlane_01.Properties.Resources.resources
│ │ │ ├── PlayPlane_01.csproj.FileListAbsolute.txt
│ │ │ ├── PlayPlane_01.csproj.GenerateResource.Cache
│ │ │ ├── PlayPlane_01.csprojResolveAssemblyReference.cache
│ │ │ ├── PlayPlane_01.exe
│ │ │ ├── PlayPlane_01.pdb
│ │ │ └── TempPE
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PlayPlane_01.Form1.resources
│ │ ├── PlayPlane_01.Properties.Resources.resources
│ │ ├── PlayPlane_01.csproj.FileListAbsolute.txt
│ │ ├── PlayPlane_01.csproj.GenerateResource.Cache
│ │ ├── PlayPlane_01.exe
│ │ ├── PlayPlane_01.pdb
│ │ └── TempPE
│ └── tb.ico
└── 好例子网_战斗机.rar
16 directories, 91 files
C#战斗机飞机大战源码
.
├── 战斗机
│ ├── BLL
│ │ ├── Bullet.cs
│ │ ├── Enemy.cs
│ │ ├── Entity.cs
│ │ ├── EntityFactory.cs
│ │ ├── Explosion.cs
│ │ ├── Plane.cs
│ │ └── Reward.cs
│ ├── ClassDiagram1.cd
│ ├── DXPlay.cs
│ ├── MCIPlay.cs
│ ├── Plain.Designer.cs
│ ├── Plain.cs
│ ├── Plain.resx
│ ├── PlainGame.csproj
│ ├── PlainGame.csproj.user
│ ├── PlainGame.sln
│ ├── PlainGame.suo
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ │ ├── 1.png
│ │ │ ├── 2.png
│ │ │ ├── Microsoft.DirectX.DirectSound.dll
│ │ │ ├── Microsoft.DirectX.dll
│ │ │ ├── PlayPlane_01.exe
│ │ │ ├── PlayPlane_01.pdb
│ │ │ ├── PlayPlane_01.vshost.exe.manifest
│ │ │ ├── dll
│ │ │ │ ├── Microsoft.DirectX.DirectSound.dll
│ │ │ │ └── Microsoft.DirectX.dll
│ │ │ └── resource
│ │ │ ├── BOMB3.WAV
│ │ │ ├── BOMB5.WAV
│ │ │ ├── bg_01.jpg
│ │ │ ├── bg_02.jpg
│ │ │ ├── explosion.mp3
│ │ │ ├── explosion.wav
│ │ │ ├── font.fnt
│ │ │ ├── font_0.png
│ │ │ ├── icon36x36.png
│ │ │ ├── icon48x48.png
│ │ │ ├── icon72x72.png
│ │ │ ├── loading.gif
│ │ │ ├── plane.png
│ │ │ ├── plane.xml
│ │ │ ├── shoot.mp3
│ │ │ └── shoot.wav
│ │ └── Release
│ │ ├── PlayPlane_01.exe
│ │ ├── PlayPlane_01.pdb
│ │ ├── PlayPlane_01.vshost.exe
│ │ ├── PlayPlane_01.vshost.exe.manifest
│ │ ├── dll
│ │ │ ├── Microsoft.DirectX.DirectSound.dll
│ │ │ └── Microsoft.DirectX.dll
│ │ └── resource
│ │ ├── BOMB3.WAV
│ │ ├── BOMB5.WAV
│ │ ├── bg_01.jpg
│ │ ├── bg_02.jpg
│ │ ├── explosion.mp3
│ │ ├── explosion.wav
│ │ ├── font.fnt
│ │ ├── font_0.png
│ │ ├── icon36x36.png
│ │ ├── icon48x48.png
│ │ ├── icon72x72.png
│ │ ├── loading.gif
│ │ ├── plane.png
│ │ ├── plane.xml
│ │ ├── shoot.mp3
│ │ └── shoot.wav
│ ├── obj
│ │ └── x86
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── PlainGame.Plain.resources
│ │ │ ├── PlainGame.csproj.FileListAbsolute.txt
│ │ │ ├── PlainGame.csproj.GenerateResource.Cache
│ │ │ ├── PlainGame.csprojResolveAssemblyReference.cache
│ │ │ ├── PlayPlane_01.Properties.Resources.resources
│ │ │ ├── PlayPlane_01.csproj.FileListAbsolute.txt
│ │ │ ├── PlayPlane_01.csproj.GenerateResource.Cache
│ │ │ ├── PlayPlane_01.csprojResolveAssemblyReference.cache
│ │ │ ├── PlayPlane_01.exe
│ │ │ ├── PlayPlane_01.pdb
│ │ │ └── TempPE
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PlayPlane_01.Form1.resources
│ │ ├── PlayPlane_01.Properties.Resources.resources
│ │ ├── PlayPlane_01.csproj.FileListAbsolute.txt
│ │ ├── PlayPlane_01.csproj.GenerateResource.Cache
│ │ ├── PlayPlane_01.exe
│ │ ├── PlayPlane_01.pdb
│ │ └── TempPE
│ └── tb.ico
└── 好例子网_战斗机.rar
16 directories, 91 files