Page 1 of 1

Top Down Shooter demo

PostPosted: Sat Mar 31, 2012 1:03 am
by Johnno
Hi everyone,

Well I have my demo to a point that I wanted to share it with the community. I still need to implement the enemy AI, but you can look at the code to see how it works.

I'll like to thank the following people for help me with it, it it wasn't for them it wouldn't be anywhere near the stage it's at. +1 coming your way!

It alphabetical order:
Jagmaster
skydereign
SuperSonic



Move - arrows keys
Shoot - space

Copy the level02.dat file to the game directory to have a second level (it keeps your score from level 1 adding to to level 2). The zip file was too big to included it so i had to break it up, sorry.

Re: Top Down Shooter demo

PostPosted: Sat Mar 31, 2012 4:11 am
by SuperSonic
Wow, this game looks cool! I want to see a finished version ^^

Re: Top Down Shooter demo

PostPosted: Sat Mar 31, 2012 1:48 pm
by makslane
Nice! Just one suggestion: instead use LoadGame("level01.dat"); use LoadGame("level01.ged");
This will works in editor and stand alone game.

Re: Top Down Shooter demo

PostPosted: Sat Mar 31, 2012 9:23 pm
by Johnno
Hey makslane,

I did not know you could do that! Good tip.

I guess once the game is ready for release change the code and files to ".dat" so it can't be hacked.