Download Snowball 2D Game Framework
Description
Snowball is an in progress 2D Game Framework written in C#. It uses SlimDX under the covers but the underlying technology is abstracted away from the end user.
Icons
Source Files
The download file snowball.zip has the following entries.
.hgignore/*w w w .j av a2s . c om*/
LICENSE
Readme.md
Samples/CreateTextureFontSample/CreateTextureFontSample.cs
Samples/CreateTextureFontSample/CreateTextureFontSample.csproj
Samples/CreateTextureFontSample/Properties/AssemblyInfo.cs
Samples/GamePadReader/GamePadReader.cs
Samples/GamePadReader/GamePadReader.csproj
Samples/GamePadReader/Properties/AssemblyInfo.cs
Samples/SnowballSamples.sln
Samples/WalkingWizard/Properties/AssemblyInfo.cs
Samples/WalkingWizard/WalkingWizard.csproj
Samples/WalkingWizard/WalkingWizardSample.cs
Samples/WalkingWizard/wizard.png
Snowball.Demo/ConsoleBackground.png
Snowball.Demo/DemoContentLoader.cs
Snowball.Demo/DemoGame.cs
Snowball.Demo/DemoGameWindow.cs
Snowball.Demo/Gameplay/Ship.cs
Snowball.Demo/Gameplay/Star.cs
Snowball.Demo/Gameplay/Starfield.cs
Snowball.Demo/Properties/AssemblyInfo.cs
Snowball.Demo/Properties/Resources.Designer.cs
Snowball.Demo/Properties/Resources.resx
Snowball.Demo/Properties/Settings.Designer.cs
Snowball.Demo/Properties/Settings.settings
Snowball.Demo/Ship.png
Snowball.Demo/ShipFlame.png
Snowball.Demo/Snowball.Demo.csproj
Snowball.Demo/blaster.wav
Snowball.Demo/font.png
Snowball.Demo/font.xml
Snowball.Tests/Collections/ObjectPoolTests.cs
Snowball.Tests/CollisionHelperTests.cs
Snowball.Tests/Graphics/ColorTests.cs
Snowball.Tests/Properties/AssemblyInfo.cs
Snowball.Tests/RectangleTests.cs
Snowball.Tests/Snowball.Tests.csproj
Snowball.sln
Snowball/Collections/IObjectPool.cs
Snowball/Collections/ObjectPool.cs
Snowball/CollisionHelper.cs
Snowball/Color.cs
Snowball/Content/ContentLoader.cs
Snowball/Content/ContentTypeLoader.cs
Snowball/Content/GraphicsContentTypeLoader.cs
Snowball/Content/IContentLoader.cs
Snowball/Content/IContentTypeLoader.cs
Snowball/Content/LoadContentArgs.cs
Snowball/Content/LoadSoundEffectArgs.cs
Snowball/Content/LoadSpriteSheetArgs.cs
Snowball/Content/LoadTextureArgs.cs
Snowball/Content/LoadTextureFontArgs.cs
Snowball/Content/SoundContentTypeLoader.cs
Snowball/Content/SoundEffectLoader.cs
Snowball/Content/SpriteSheetLoader.cs
Snowball/Content/TextureFontLoader.cs
Snowball/Content/TextureLoader.cs
Snowball/Game.cs
Snowball/GameClock.cs
Snowball/GameComponent.cs
Snowball/GameComponentCollection.cs
Snowball/GameComponentDependencyAttribute.cs
Snowball/GameConsole.cs
Snowball/GameConsoleCommandEventArgs.cs
Snowball/GameConsoleState.cs
Snowball/GameForm.cs
Snowball/GameResource.cs
Snowball/GameServiceNotFoundException.cs
Snowball/GameServicesContainer.cs
Snowball/GameTime.cs
Snowball/GameWindow.cs
Snowball/Graphics/GraphicsDevice.cs
Snowball/Graphics/IGraphicsDevice.cs
Snowball/Graphics/IRenderer.cs
Snowball/Graphics/RenderTarget.cs
Snowball/Graphics/Renderer.cs
Snowball/Graphics/RendererSettings.cs
Snowball/Graphics/Sprite.cs
Snowball/Graphics/SpriteSheet.cs
Snowball/Graphics/Texture.cs
Snowball/Graphics/TextureFont.cs
Snowball/IGameComponent.cs
Snowball/IGameConsole.cs
Snowball/IGameWindow.cs
Snowball/IServiceProviderExtensions.cs
Snowball/Input/GamePadButtons.cs
Snowball/Input/GamePadDeadZone.cs
Snowball/Input/GamePadDevice.cs
Snowball/Input/IGamePadDevice.cs
Snowball/Input/IKeyboardDevice.cs
Snowball/Input/IMouseDevice.cs
Snowball/Input/KeyboardDevice.cs
Snowball/Input/Keys.cs
Snowball/Input/MouseButtons.cs
Snowball/Input/MouseDevice.cs
Snowball/KeyPressEventArgs.cs
Snowball/MathHelper.cs
Snowball/Matrix.cs
Snowball/PlayerIndex.cs
Snowball/Point.cs
Snowball/Properties/AssemblyInfo.cs
Snowball/RandomExtensions.cs
Snowball/Rectangle.cs
Snowball/RotatableRectangle.cs
Snowball/Snowball.csproj
Snowball/Sound/ISoundDevice.cs
Snowball/Sound/SoundDevice.cs
Snowball/Sound/SoundEffect.cs
Snowball/Storage/FileSystemStorage.cs
Snowball/Storage/IStorage.cs
Snowball/Vector2.cs
Snowball/Vector3.cs
Snowball/Win32/Win32Constants.cs
Snowball/Win32/Win32Methods.cs
Snowball/Win32/Win32Structs.cs
todo.txt
Download
Click the following link to download snowball.zip.
snowball.zip