Game Development Community

3d side scrolling shooter

by Caleb · in Game Design and Creative Issues · 12/19/2007 (1:14 pm) · 1 replies

I would like to make a 3d side scrolling shooter , like a cross between soldat(pc) and smallarms(x-box 360) it was just a thought i had after watching a video about the game "little big plant"

if i was to make this game what would be the a good game engine would be good to do this on?

About the author

Recent Threads

  • Lego Fps

  • #1
    12/19/2007 (11:31 pm)
    TGE or TGEA would be fine if you add one of the advanced camera resources. I've tested a side scrolling style game idea before and got it to work. With the advanced cam resource you can place the cam to follow the player from the side and then you just need to change you key setup and do some checks to make sure the player can't move on the wrong axis, for example if he must move left/right on X, you don't want him to move in Y (away/towards from you).