![]() |
|
| Introduction | |
| Another one I've attempted before. I originally made a 70%
complete breakout clone in Qbasic when I started programming, I couldn't work out an
efficient brick collision algorithm that would make the game playable on a 486 machine
(and slow interpreter) back then. The game isn't very difficult to create but is a nice
step up from making Pong. I've used the framework from Pong and improved my skills using classes this time, thought there is still room for improvement. The OO structure definately makes it easier to add/modify features in the game and the code reuse factor is cool. Features:
* Still haven't added any frame rate independence since I get jerky animation on my
computer. The code was written with Visual C++ 6, uses the Fmod API for sound, DirectX8 for input, and OpenGL for graphics. |
|
| Download | |
| You will need Fmod library file to
compile this, which goes into the visual c++ lib directory. Also the DirectX8 SDK. Grab the latest binary and source code here [276kB].
|
|
| Screenshots | |
|