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
66 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
Hiatus
Developer   Mushu
GenreArcade
PlatformWindows
Downloads329

About: JESUS CHRIST ITS A LION GET IN THE CAR!

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
Haitus! Feedback:

  • Awesome graphics. Add a particle engine and it'll be gold.
  • Green alien bullets + green BG = hard to see.
  • The added touch of having your ship rotate as it veers towards your mouse position goes a long way. Nice!
  • Worked right out of the box. No errors, no glitches, no problems.
  • Different kinds of (clever!) enemies. I like the cool double-cannon'd ships that choose a spot to camp in mid-air.
  • Add sound effects and an upbeat music track, and it'll be an instant-classic!


Great stuff, Mushu. I'm really wow'd by how quickly you've managed to put together this game. Does this mean we'll be seeing more quick-handed gamedev from you from now on? Woot!

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

Yeah, my original solution to the green-background green-projectiles was to add a layer of white cloud cover (parallax-scrolling, of course), but never got around to it. I might add it to the to-do list for this week.

The rotations are a really nice hack. All positions in the game are represented with rectangular coordinates (ie, an object doesn't have a direction), however, the direction is computed based on the velocity vector (angle = atan( vel_x, -vel_y ) ) to make them rotate nicely. The player ship itself has a high y velocity offset which makes it appear to turn only slightly, when in actuality it isn't moving in the y-direction at all.

There are a lot of... issues with the current base code that I need to resolve before I do anything else with my framework (either Hiatus or any other projects). Things like hardware not supporting 3D textures, handling "file not found" errors gracefully, etc need to be addressed first.

But yeah, the goal of my framework (I guess) is to promote rapid development. Granted, the next mini-game (since I don't consider Hiatus to be anything more than a proof-of-concept) is going to take a wee bit more research. I think I'm basically going to design my own magic system as the core game mechanic. Should be interesting; picked up a couple books earlier to read as 'research' material. Figure I'll work that design stuff out as I patch the holes in my base code.

Then I can start adding more components (lol sound/networking) once I make sure the old ones get unit-tested properly.

Thanks so much for the feedback - it means a lot

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

The game was really fun Mushu, great job! The only thing that I feel was missing was some sort of powerups.

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

lol, yeah, and I guess they wouldn't be too hard to code in either.

Maybe in the far-future I'll add them in, but I don't see it happening anytime soon - too much stuff to work on already :P

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

Nice work. LOL.

  User Rating: 0   |  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