Page 1 of 1

A simple side scrolling shooter game.

Posted: Wed Sep 03, 2008 5:56 pm
by conman420
Hi this is my second game I've made with love, you basically have to shoot wave after wave of smilies. It is mainly a test game but I plan to add more things like health packs and new enemy classes.

There a few bugs, which are probably to do with me overloading the physics engine :lol: but I'm trying to work those out.

Enjoy!

Re: A simple side scrolling shooter game.

Posted: Wed Sep 03, 2008 6:08 pm
by Polaris
Hi!

very fun to play! and give a good tutorial to follow(at least for me!)
Add some grenade :), and maybe health pack could be launch by plane
The gun is really fritening :)

Bug: sometimes ennemy smileys fall from ground for no reason.

see you.

Re: A simple side scrolling shooter game.

Posted: Wed Sep 03, 2008 6:10 pm
by conman420
Yeah the smiley faces start tunnelling, I presume it is because there are too many collisions happening, I am not sure.

Also sometimes parts of the terrain disapear, I think this may be the physics engine cleaning things up it thinks are un-needed.

Re: A simple side scrolling shooter game.

Posted: Wed Sep 03, 2008 6:34 pm
by Polaris
btw i have just forgot iknow a game that look a bit like yours: http://dlx.caiman.us/pageN.php?nr=2114&f=FrontLine.zip

try it, it will give you idea for sure and is fun too.
well that's all :)
see you.

you need netframework installed for it to work and it's running under windows.

Re: A simple side scrolling shooter game.

Posted: Thu Sep 04, 2008 3:16 pm
by conman420
It is pretty simple :)

A - go backwards

D - go forwards

Space - jump

click - shoot

I'm quite proud of the bullet/gun code :D