Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

2D All the way! / Need help creating a Gradius type of game.

Author
Message
Bankzy10
15
Years of Service
User Offline
Joined: 29th Jan 2009
Location: Planet DarkBasic - Learning the tricks
Posted: 29th Jan 2009 18:48
I am making a Gradius type game - Ship, turrets, missles, etc. I know I would need to make the game a side scrolling game, so how would I go about it? Would I use something like Tile Studio to make each tile? Then how would I get them to link together so it goes through the different tiles?

Thanks in advance - Bankzy10 =]
Van B
Moderator
21
Years of Service
User Offline
Joined: 8th Oct 2002
Location: Sunnyvale
Posted: 30th Jan 2009 01:25
I made a shoot em up like Gradius a while ago, lots of powerups and weapons, good fun to make.

I think the techniques you use depend really on how complex the levels will be. If you are good at art, then I suggest making big blocks and layering them. So you might have a beam sticking out of the ground, but then you would have other blocks to go on top of that, for turrets or other graphics. If you don't feel confident enough to work like that, then making tiles is the best option. You might start with a repeating tile, there's lots supplied with DBPro so best to have a look at those. You can make lots of copies and change them to create different structures. You might have a steel block then make different versions for the sides and top, so you can build these blocks onto a grid to create the level layout.

It's probably a good idea to look for some sprite sheets from games like Gradius, might give you an idea of how to lay out the graphics. It might be hard to find backdrop sprites, but there would be plenty showing enemies and stuff.

Personally I wouldn't use pure 2D for a project like this, I'd lay out the level as plains and have a parallax effect, but I'd use a grid too for some parts. There's also sprites of course which offer some benefits over normal 2D image pasting, like alpha fading and rotation. Collision is always a problem, so a pixel perfect sprite collision example would be a good starting point I think. It can be complex to make your own collision system. In my shoot em up I used line to line and circle to line collision. This way I'd draw this line in segments around the block, and enemies would have these outlines too - then bullets would be checked as a line between the previous and current position. Pretty tricky to get all the work done to edit the lines etc, but worth it as it's a pretty fast and useful technique.


Health, Ammo, and bacon and eggs!
logical sifter
15
Years of Service
User Offline
Joined: 1st Feb 2009
Location: Tampa,FL
Posted: 6th Feb 2009 18:46
Yah i wanted to make my frist 2D game like raiden 2 i think this game it just killer hahaha. But how would i go about reading the program and how can i prepare myself to get this project started ?

Here whats programs i have B pro,ExGen,Adobe Photoshop CS i was thinking i can use photoshop for 2D image's what can i do to get this programing started?

Bankzy10
15
Years of Service
User Offline
Joined: 29th Jan 2009
Location: Planet DarkBasic - Learning the tricks
Posted: 12th Feb 2009 12:35
Can someone please help me with some code to get going on doing a side scrolling game please. I have my images, I just need a litle hand in getting started.

Thanks

Login to post a reply

Server time is: 2024-04-26 19:29:51
Your offset time is: 2024-04-26 19:29:51