Upcoming Events
Unite 2010
11/10 - 11/12 @ Montréal, Canada

GDC China
12/5 - 12/7 @ Shanghai, China

Asia Game Show 2010
12/24 - 12/27  

GDC 2011
2/28 - 3/4 @ San Francisco, CA

More events...
Quick Stats
49 people currently visiting GDNet.
2406 articles in the reference section.

Help us fight cancer!
Join SETI Team GDNet!
Link to us Events 4 Gamers
Home » Features » GD Showcase » View Submission
Intel sponsors gamedev.net search:
Game Development Showcase
Track this GDS Entry
Super Breaker - a breakout clone
Developer   PennstateLion
GenreArcade
PlatformWindows
Downloads353

About: This is a basic breakout clone that is still in beta version. I am looking for some feedback so I can improve it.

Game Info How To Play Downloads Comments



Please offer only constructive criticism. The intent of the GD Showcase is to help the developer create the best game they possibly can. Show them you support their efforts when posting.



Post Reply
Awesome game! For a base, this game has everything!

It was a little confusing switching to mouse interface, but that is easily fixed. Just put "hold down N, while clicking the mouse button", at least that's how I got it to stay ON. :-)

I would be very curious to see your source code, as I have developed a breakout game in direct X 9.0 as well, I will share mine with you if you would like. I was thinking about publishing mine on gamealchemy.com soon (gamedev.net too).

This game is great, but the graphics are a bit boring, as I'm sure you'll hear from the others on here, and the gameplay could use a little more UMPH! you could easily add exciting special blocks, etc. Particle systems for collision explosions, but I'm working on that too, for mine.

This game is going to be excellent for you to demonstrate your game producing capability! The collision detection is great too! I have studied several types of breakouts, one java breakout used three paddles all scrunched into one, to create the bounce that you have! I wonder how many paddles you have implemented? The ball bounces off the paddle in five different? directions, AWESOME!

Anyways, jeffwebgamer@hotmail.com is my email if you wish to talk further, and exchange breakouts! I used the ID3DX9 Sprite Interface to display all the graphics. And direct input for the mouse controls, and I also have a computer controlled demo, that is cool (the computer wins the game everytime) I will gladly share with you a copy of my game, and source code.

Good to see your game, and hope the feedback helps,

Jeff C

  User Rating: 1011   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

The game's collision detection is not general, I can see it processes wrong, especially at high-speed (but at the normal speed - 1 to 5 pixels each frame - it is fine). I think you should implement it in a more mathematical way (such as Intersecting line with line - this is totally not computational expensive). This is very necessary if you decide to change your game's resolution to higher than 640x480. By the way, you can restructure your code for optimizations purpose (inlining small functions, precomputing pointer to member variables etc, etc ...) and build a menu.
Anyway, this is a completed, playable game and thank you for coding this. Hope it helps :)

  User Rating: 1275   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

Game not available for download. :-(

  User Rating: 1015   Report this Post to a Moderator 

All times are ET (US)

Post Reply
 
Info
 GDS News
 About the GDS


Genre
 All
 Action
 Adventure
 Arcade
 Educational
 Fighting
 Puzzle
 Racing
 Role-Playing
 Shooter
 Simulation
 Sports
 Strategy
 Traditional


Platform
 DOS
 Linux
 OSX
 Windows