BrickBust - A recreation of classic BreakOut using XNA Copyright (C) 2006 Rob Loach (http://www.robloach.net) DESCRIPTION A simple recreation of the classic BreakOut game using Microsoft XNA Technology. The goal of the project was to increase knowledge of the design behind XNA as well as implement an expandable game level system. FEATURES - Takes advantage of Microsoft XNA Technology - Play up to 10 completely different levels - Different coloured bricks indicating brick health - Easy to read code - A BitmapFont GameComponent to render text on the screen GAMEPLAY Clear all the bricks from the screen by bouncing the ball off of your paddle. Move your paddle with the arrow keys. To push the ball in a different direction, move your paddle in the direction you want the ball to go when it hits. IMPROVEMENTS There are many ways on how one could improve upon BrickBust: - You could implement a main menu using the BitmapFont GameComponent to render the menu items - Creating a highscore list would let other users challenge one another - Make up to 25 different levels using the textual level loading system - A Game Over screen would be nice - Powerups would add a huge amount of replay value - Having the ball bounce off at a vector direction in accordance with the paddle would give more control to the player. CREDITS By Rob Loach (http://www.robloach.net) LICENSE BrickBust - A recreation of classic BreakOut using XNA Copyright (C) 2006 Rob Loach (http://www.robloach.net) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.