Breakout Sharp
Breakout Sharp is a C# remake of the classical Breakout game. It's a hobby project made by a 1st year student. So don't expect this to be professional game- or code design.
The game was originally written in Visual Basic.NET, but due to the fact that I decided to change my main language from VB to C#, this project was converted to C#. It is currently rendered using DirectX and DirectX3D version 1.0.2902.0. However, there is not used any DX 10 specific code, so the source should be runnable on DX 9 as well if the imports are changed.
There is a single release of the VB version, but all other releases and source code will be in C#.
Go to http://breakoutsharp.codeplex.com/
See also these related projects.
- Axiom 3D Engine - The Axiom 3D Engine is an open-source, cross-platform 3D graphics rendering engi ...
- OpenTK - OpenTK = Open ToolKit. Spiritual successor of the Tao Framework. Provides OpenGL ...
- Scurvy Test - Game development is by its nature a visual thing. Unit testing is code that test ...
- Sprite Vortex - Sprite Vortex aims to greatly reduce the time needed to create frame based sprit ...
- Swannys ABC - A game where you place one letter a turn and score for each "ABC" you ...
- Vortex2D.NET Game Engine - Vortex2D.NET is hardware accelerated 2D game engine. It is mainly focused on dev ...
- W2H4U - This is a spin off of the original game, Too Hard For You, a mix of Tetris and B ...
- XE2 X-Engine - The X-Engine is a game engine built around Microsoft's XNA project. It is design ...