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
50 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
Blastoids
Developer   Rob Loach
GenreAction
PlatformWindows
Downloads459

About: An enhanced version of the classic game: Asteroids. Control your ship, destroying asteroids, gaining points, getting powerups and progressing through levels.

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
Here it be...

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

Very Cool... fun to do spin outs in space. I like the sound track.

You may want to consider a full screen version. I tried alt-enter, and that didn't work so I assmume there isn't one. I run 1600x1200, so the windowed version was a bit hard to see.

Good job.

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

Pretty good. I like the graphics, especially the flames that shoot out of the ship.

It would be nice to resize the window or go into fullscreen mode though.

Mike C.
http://www.coolgroups.com/zoomer/

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

Good Job! The particle effects ( are those particle effects? ) are done nicely. The asteroids graphics are great too, I tried to create my own textured exploding Asteroids a long time ago, but they need more work:



I think you should loosen up the friction though, it feels like i'm plowing through space. Its still a very good game. And it looks very finished.

[Edited by - EnemyBoss on June 6, 2005 2:37:17 PM]

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

Those are some pretty slick asteroids, EnemyBoss. What tools did you use to make them?

Mike C.
http://www.coolgroups.com/zoomer/

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

Quote:
Original post by EnemyBoss
I think you should loosen up the friction though, it feels like i'm plowing through space. Its still a very good game. And it looks very finished.
I love those asteroid graphics. And yes, it's a particle engine that I worked on with toxic1337 I think. As for flying through space, I wanted the game to be fast paced and have a more action feel to it then the original. It gets really rediculous when you pick up 10 thuster powerups .

Were those asteroids made with 3D Studio?

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

Thanks, I used Blender to render the asteroids, and The Gimp to compile them as an animated GIF. The shapes are just 3 blobs arranged differently. I created the asteroid texture based from a photograph and I used Blender's particle simulator to make the explosions.



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

First of all I'm gonna start by saying that I love the game. I don't really know why I bothered to download an asteroid clone, but I'm really glad I did. The controlling is simple yet fully functional, and the grapichs are sweet. Especially those for the engine burst. Simply beautiful!

So now it's time for the part where I whine about stuff i didn't like. This is just because i liked the game, not because I like to whine. Enought said, time for what i think should be improved:

- It's slow. When there are lots of, especially big, asteroids the game runs painfully slow. About 15 fps on my machine (Athlon 2000+, mobility radeon 9200, 512 ram), with low details. Maybe I can help you out on this one, had the same problem with my last game. Just send me a pm if you are interested.

- A full screen mode would be nice, at least as an option. Should be a piece of cake if you are using SDL. The thing that annoyed me most was that I managed to click just outside the screen all the time, losing focus on the game and quite often dying/yelling in foul language.

- The spawning. It's a real bitch when you spawn in the middle of a big fat asteroid at your last life. One quite classic way to solve that would be to make the ships immortal for a couple of seconds at spawn.

- And the last little thing. It's really hard to see which powerup does what before you pick it up. I guess you want that to be possible since you made them in different color, but the colored part could be a little bigger. That would help.

Aside from this I would like to thank you for a great game. It looks like you've put some effort into it, and it shows. I hope you intend to keep developing it, and if you need some help speeding it up, just let me know.

May the force be with you // ambiguity.

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

Wow, thanks ambiguity. I completely agree with it being slow when you have a lot of asteroids flying around. Your computer speed isn't the problem. The problem is the rotation algorithm. For each asteroid, it rotates the image and paints it on the screen. This is what is causing the slow speeds. That's why I put in the lower graphic detail. A better solution would be to use OpenGL to handle and paint the rotated graphics, but I was too lazy at the time of writing this. Maybe in version 2.0 .

A full screen mode and spawning time fix would be great. I would like to put in a help screen before the game starts just to say which powerup does what and the simple controls. That would really help the player. Anyway, thanks a lot for your input. I've put them in my TODO list and once I get the time, I'll implement as much as I can.

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

I kinda guessed that the rotation was what was making it slow... One way to get around it would be to rotate the images at startup and just save them in an image array. I actually had quite the same problem myself for the bitmasks in my game. Not the most elegant solution perhaps, but wasting memory space seems like a better idea than wasting cpu power.

If you plan to re-write the grapics routines I must recomend you to use a library called hxrender. Its written by a guy here on gamedev, pnpbios. It uses SDL and OGL to draw 2D-graphics, and I found it extremly useful and quite easy to use in my last game, rymdskepp.

Glad that you found it useful, and I hope this can help you. If you decide to re-write the grapics routines, let me know and I can give you some help. Got way to little to do right now =). Not that I think you need to though. At that resolution the speed shouldn't be a problem if you don't have to do the rotating in real time. Have fun developing!

Peace // ambiguity

[Edited by - ambiguity on June 11, 2005 7:44:51 PM]

  User Rating: 1056   |  Rate This User    Send Private MessageView ProfileReport 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