Blastoids Source by Rob Loach (http://robloach.net) WELCOME I appologize for the source being so horrible to read. All game content and gameplay is held in the top-most .cpp and .h files while the game engine (aka Lucid) is held in the Lucid directory. Lucid was also written by me. If you feel that you could use Lucid for your own use to make a game, feel free to do so, just make sure you put me somewhere in the credits! If you have any questions regarding the source, give me a shout. To compile, you'll need to link to zlib, libPNG, libJPEG, FMOD, SDL, SDL_image and SDL_ttf. I have done this already in the Dev-C++ project. Good luck looking through the source.... You'll need it! LICENSE Blastoids - a simple asteroids clone Copyright (C) 2005 Rob Loach 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.