Download XNA and Component Based Design

Description

This project includes code for XNA and Component Based Design

Icons

XNA and Component Based Design

Source Files

The download file steveproxna06cbd.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
ComponentBasedDesignXNA.sln/*ww  w .  ja v  a  2s .  co  m*/
ComponentBasedDesignXNA.suo
WindowsGame.Library/Data/FileManager.cs
WindowsGame.Library/Data/FileProxy.cs
WindowsGame.Library/Engine.cs
WindowsGame.Library/ICamera.cs
WindowsGame.Library/IoC/IoCContainer.cs
WindowsGame.Library/IoC/MyModule.cs
WindowsGame.Library/Logger/IGameLogger.cs
WindowsGame.Library/Logger/TestLogger.cs
WindowsGame.Library/Manager/TheContentManager.cs
WindowsGame.Library/Ninject/Ninject.dll
WindowsGame.Library/Properties/AssemblyInfo.cs
WindowsGame.Library/ProxyObjects/ProxyObject.cs
WindowsGame.Library/ProxyObjects/ProxyObjectBuilder.cs
WindowsGame.Library/ProxyObjects/ProxyObjectManager.cs
WindowsGame.Library/Windows Phone Copy of WindowsGame.Library.csproj
WindowsGame.Library/Windows Phone Copy of WindowsGame.Library.csproj.user
WindowsGame.Library/WindowsGame.Library.csproj
WindowsGame.Library/WindowsGame.Library.csproj.user
WindowsGame.Library/Xbox 360 Copy of WindowsGame.Library.csproj
WindowsGame.Logger/Log4Net/log4net.dll
WindowsGame.Logger/Properties/AssemblyInfo.cs
WindowsGame.Logger/WindowsGame.Logger.csproj
WindowsGame.Logger/WindowsGame.Logger.csproj.user
WindowsGame.Logger/WorkLogger.cs
WindowsGame.Tests/Builder/GameObjectBuilderTests.cs
WindowsGame.Tests/Data/FileProxy.cs
WindowsGame.Tests/Manager/DataManagerTests.cs
WindowsGame.Tests/Manager/FileManagerTests.cs
WindowsGame.Tests/NUnit.Framework/nunit.framework.dll
WindowsGame.Tests/Properties/AssemblyInfo.cs
WindowsGame.Tests/ProxyObjects/ProxyObjectBuilderTests.cs
WindowsGame.Tests/ProxyObjects/ProxyObjectManagerTests.cs
WindowsGame.Tests/SystemTests.VisualState.xml
WindowsGame.Tests/SystemTests.nunit
WindowsGame.Tests/TestResult.xml
WindowsGame.Tests/WindowsGame.Tests.csproj
WindowsGame.Tests/WindowsGame.Tests.csproj.Debug.cachefile
WindowsGame.Tests/WindowsGame.Tests.csproj.user
WindowsGame/WindowsGame/Builder/GameObjectBuilder.cs
WindowsGame/WindowsGame/Camera.cs
WindowsGame/WindowsGame/Components/BaseGameComponent.cs
WindowsGame/WindowsGame/Components/ModelComponent.cs
WindowsGame/WindowsGame/Components/PhysicsComponent.cs
WindowsGame/WindowsGame/Components/ThrustComponent.cs
WindowsGame/WindowsGame/Components/WeaponComponent.cs
WindowsGame/WindowsGame/Data/AllData.cs
WindowsGame/WindowsGame/Data/OffsetData.cs
WindowsGame/WindowsGame/Device/ADeviceFactory.cs
WindowsGame/WindowsGame/Device/PhoneDeviceFactory.cs
WindowsGame/WindowsGame/Device/WorkDeviceFactory.cs
WindowsGame/WindowsGame/Device/XboxDeviceFactory.cs
WindowsGame/WindowsGame/Enums/Direction.cs
WindowsGame/WindowsGame/Enums/ShipClass.cs
WindowsGame/WindowsGame/Game.ico
WindowsGame/WindowsGame/Game.png
WindowsGame/WindowsGame/GameFactory.cs
WindowsGame/WindowsGame/GameManager.cs
WindowsGame/WindowsGame/GameObjects/GameObject.cs
WindowsGame/WindowsGame/GameObjects/Spaceship.cs
WindowsGame/WindowsGame/GameObjects/Weapon.cs
WindowsGame/WindowsGame/Input/IInputFactory.cs
WindowsGame/WindowsGame/Input/PhoneInputFactory.cs
WindowsGame/WindowsGame/Input/WorkInputFactory.cs
WindowsGame/WindowsGame/Input/XboxInputFactory.cs
WindowsGame/WindowsGame/Manager/DataManager.cs
WindowsGame/WindowsGame/Manager/DeviceManager.cs
WindowsGame/WindowsGame/Manager/GameObjectManager.cs
WindowsGame/WindowsGame/Manager/InputManager.cs
WindowsGame/WindowsGame/Manager/ScreenManager.cs
WindowsGame/WindowsGame/MyGame.cs
WindowsGame/WindowsGame/Program.cs
WindowsGame/WindowsGame/Properties/AppManifest.xml
WindowsGame/WindowsGame/Properties/AssemblyInfo.cs
WindowsGame/WindowsGame/Properties/WMAppManifest.xml
WindowsGame/WindowsGame/Static/Assets.cs
WindowsGame/WindowsGame/Static/Constants.cs
WindowsGame/WindowsGame/Static/Registration.cs
WindowsGame/WindowsGame/Windows Phone Copy of WindowsGame.csproj
WindowsGame/WindowsGame/Windows Phone Copy of WindowsGame.csproj.Debug.cachefile
WindowsGame/WindowsGame/Windows Phone Copy of WindowsGame.csproj.user
WindowsGame/WindowsGame/WindowsGame.csproj
WindowsGame/WindowsGame/WindowsGame.csproj.Debug.cachefile
WindowsGame/WindowsGame/WindowsGame.csproj.user
WindowsGame/WindowsGame/Xbox 360 Copy of WindowsGame.csproj
WindowsGame/WindowsGame/Xbox 360 Copy of WindowsGame.csproj.Debug.cachefile
WindowsGame/WindowsGame/app.config
WindowsGame/WindowsGame/obj/Xbox 360/Release/DesignTimeResolveAssemblyReferencesInput.cache
WindowsGame/WindowsGameContent/Audio/Waves/Collisions/phase_collide_ship1.wav
WindowsGame/WindowsGameContent/Audio/Waves/Collisions/phase_collide_ship2.wav
WindowsGame/WindowsGameContent/Audio/Waves/Collisions/shield_collide_ship1.wav
WindowsGame/WindowsGameContent/Audio/Waves/Collisions/shield_collide_ship2.wav
WindowsGame/WindowsGameContent/Audio/Waves/Explosions/explosion1.wav
WindowsGame/WindowsGameContent/Audio/Waves/Explosions/explosion2.wav
WindowsGame/WindowsGameContent/Audio/Waves/Music/Menu_Loop.wav
WindowsGame/WindowsGameContent/Audio/Waves/Music/Theme.wav
WindowsGame/WindowsGameContent/Audio/Waves/Powerups/countdown_expire.wav
WindowsGame/WindowsGameContent/Audio/Waves/Powerups/countdown_warning.wav
WindowsGame/WindowsGameContent/Audio/Waves/Powerups/phase_activate.wav
WindowsGame/WindowsGameContent/Audio/Waves/Powerups/phase_expire.wav
WindowsGame/WindowsGameContent/Audio/Waves/Powerups/phase_expire_alt.wav
WindowsGame/WindowsGameContent/Audio/Waves/Powerups/weapon_pickup.wav
WindowsGame/WindowsGameContent/Audio/Waves/Powerups/weapon_pickup_alt.wav
WindowsGame/WindowsGameContent/Audio/Waves/Powerups/weapon_pickup_alt_retro.wav
WindowsGame/WindowsGameContent/Audio/Waves/Ships/accel1_noloop.wav
WindowsGame/WindowsGameContent/Audio/Waves/Ships/engine_1.wav
WindowsGame/WindowsGameContent/Audio/Waves/Ships/engine_2.wav
WindowsGame/WindowsGameContent/Audio/Waves/Ships/engine_3.wav
WindowsGame/WindowsGameContent/Audio/Waves/UI/menu_advance.wav
WindowsGame/WindowsGameContent/Audio/Waves/UI/menu_back.wav
WindowsGame/WindowsGameContent/Audio/Waves/UI/menu_bad_select.wav
WindowsGame/WindowsGameContent/Audio/Waves/UI/menu_scroll.wav
WindowsGame/WindowsGameContent/Audio/Waves/UI/menu_select.wav
WindowsGame/WindowsGameContent/Audio/Waves/UI/menu_select2.wav
WindowsGame/WindowsGameContent/Audio/Waves/UI/menu_select3.wav
WindowsGame/WindowsGameContent/Audio/Waves/UI/points_tally.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/damage1.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/damage2.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/explosion3.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/hax2_fire.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/hax2_fire2.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/hax2_fire_alt.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/hyperspace_activate.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/hyperspace_return.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/pdp1_fire.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/pdp3_explode.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/pdp3_fire.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/pdp3_fire2.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/tx0_fire1.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/tx0_fire2.wav
WindowsGame/WindowsGameContent/Audio/Waves/Weapons/tx0_fire3.wav
WindowsGame/WindowsGameContent/Data/Offsets.xml
WindowsGame/WindowsGameContent/Data/Spaceship.txt
WindowsGame/WindowsGameContent/Data/Spaceships.xml
WindowsGame/WindowsGameContent/Data/Weapon.txt
WindowsGame/WindowsGameContent/Data/Weapons.xml
WindowsGame/WindowsGameContent/Fonts/Emulogic.spritefont
WindowsGame/WindowsGameContent/Models/bfg_proj.fbx
WindowsGame/WindowsGameContent/Models/mgun_proj.x
WindowsGame/WindowsGameContent/Models/p1_bfg.x
WindowsGame/WindowsGameContent/Models/p1_dual.x
WindowsGame/WindowsGameContent/Models/p1_mgun.x
WindowsGame/WindowsGameContent/Models/p1_pea.x
WindowsGame/WindowsGameContent/Models/p1_pencil.fbx
WindowsGame/WindowsGameContent/Models/p1_rocket.x
WindowsGame/WindowsGameContent/Models/p1_rocket_proj.fbx
WindowsGame/WindowsGameContent/Models/p1_saucer.fbx
WindowsGame/WindowsGameContent/Models/p1_wedge.fbx
WindowsGame/WindowsGameContent/Models/p2_bfg.x
WindowsGame/WindowsGameContent/Models/p2_dual.x
WindowsGame/WindowsGameContent/Models/p2_mgun.x
WindowsGame/WindowsGameContent/Models/p2_pea.x
WindowsGame/WindowsGameContent/Models/p2_pencil.fbx
WindowsGame/WindowsGameContent/Models/p2_rocket.x
WindowsGame/WindowsGameContent/Models/p2_rocket_proj.fbx
WindowsGame/WindowsGameContent/Models/p2_saucer.fbx
WindowsGame/WindowsGameContent/Models/p2_wedge.fbx
WindowsGame/WindowsGameContent/Models/pea_proj.x
WindowsGame/WindowsGameContent/Textures/Nebula.jpg
WindowsGame/WindowsGameContent/Textures/Stars.jpg
WindowsGame/WindowsGameContent/Textures/bfg_proj.tga
WindowsGame/WindowsGameContent/Textures/mgun_proj.tga
WindowsGame/WindowsGameContent/Textures/p1_back.tga
WindowsGame/WindowsGameContent/Textures/p1_bfg.tga
WindowsGame/WindowsGameContent/Textures/p1_dual.tga
WindowsGame/WindowsGameContent/Textures/p1_rocket.tga
WindowsGame/WindowsGameContent/Textures/p2_back.tga
WindowsGame/WindowsGameContent/Textures/p2_bfg.tga
WindowsGame/WindowsGameContent/Textures/p2_dual.tga
WindowsGame/WindowsGameContent/Textures/p2_rocket.tga
WindowsGame/WindowsGameContent/Textures/pea_proj.tga
WindowsGame/WindowsGameContent/Textures/pencil_p1_diff_v1.tga
WindowsGame/WindowsGameContent/Textures/pencil_p1_diff_v2.tga
WindowsGame/WindowsGameContent/Textures/pencil_p1_diff_v3.tga
WindowsGame/WindowsGameContent/Textures/pencil_p2_diff_v1.tga
WindowsGame/WindowsGameContent/Textures/pencil_p2_diff_v2.tga
WindowsGame/WindowsGameContent/Textures/pencil_p2_diff_v3.tga
WindowsGame/WindowsGameContent/Textures/rocket_proj.tga
WindowsGame/WindowsGameContent/Textures/saucer_p1_diff_v1.tga
WindowsGame/WindowsGameContent/Textures/saucer_p1_diff_v2.tga
WindowsGame/WindowsGameContent/Textures/saucer_p1_diff_v3.tga
WindowsGame/WindowsGameContent/Textures/saucer_p2_diff_v1.tga
WindowsGame/WindowsGameContent/Textures/saucer_p2_diff_v2.tga
WindowsGame/WindowsGameContent/Textures/saucer_p2_diff_v3.tga
WindowsGame/WindowsGameContent/Textures/thrust_stripSmall.tga
WindowsGame/WindowsGameContent/Textures/wedge_p1_diff_v1.tga
WindowsGame/WindowsGameContent/Textures/wedge_p1_diff_v2.tga
WindowsGame/WindowsGameContent/Textures/wedge_p1_diff_v3.tga
WindowsGame/WindowsGameContent/Textures/wedge_p2_diff_v1.tga
WindowsGame/WindowsGameContent/Textures/wedge_p2_diff_v2.tga
WindowsGame/WindowsGameContent/Textures/wedge_p2_diff_v3.tga
WindowsGame/WindowsGameContent/WindowsGameContent.contentproj
WindowsGame/WindowsGameContent/WindowsGameContent.contentproj.user
XNAreadme.txt
XnaConsoleApplication/Program.cs
XnaConsoleApplication/Properties/AssemblyInfo.cs
XnaConsoleApplication/XnaConsoleApplication.csproj

Download

Click the following link to download steveproxna06cbd.zip.

steveproxna06cbd.zip




















Home »
  C# Free Code »
    Game »




DirectX
Game
Minecraft
Warcraft
Xbox
XNA