PDA

View Full Version : I made a space shooter game and wish someone to test it


average_guy
July 6th, 2002, 04:19
Ok, i made a game called space shooter, basically u control a plane and shoot down as many enemys as possible. Download and tell me what u think, my personal high score is 3890.here (http://www.geocities.com/weili84/space_shooter_v03.zip)

If the above link won't work for some reason, trythis link (http://us.f1.yahoofs.com/users/a6dcc798/bc/space_shooter_v03.zip?bcFazJ9A4Mc.KiuO)

Both link is hosted by yahoo so i'm not that sure it will work.

cooliscool
July 6th, 2002, 05:21
heh, nice work! i got 1075 before i died, too many bullets!! nie job, what was it made in? :)

average_guy
July 6th, 2002, 05:29
Coding in c++ format, the drawing part was bit complex, took me hours to figur out. This game is not finished, i did many improvment from the first version. In the first version, there is gilthes that allow you move outside of the screen and be invisiciable. I also add another type of enemy shaped like a star, i used to have only one kind.

------------------------
//if instance doesn't exist, program will
//cause a fatal error and may freeze completlly
//checking to see if instance exist

if (instance_exists(myPlayer))
{
//behind the health bar
pen_color=make_color(150,150,150);
brush_color=make_color(150,150,150);

x1=5;
y1=screen_height-15;
x2=110;
y2=screen_height-5;
draw_rectangle(x1,y1,x2,y2);
}
//health bar
if (instance_exists(myPlayer))
{
pen_color=make_color(0,0,255);
brush_color=make_color(0,0,255);
x1=7;
y1=screen_height-13;
x2=7+myPlayer.myEnergy;
y2=screen_height-7;
draw_rectangle(x1,y1,x2,y2);
}


for (i=0 ; i<playerLives ; i+=1)
{
draw_sprite(sprLife,0,140+30*i,screen_height-25);
}
---------------------------

average_guy
July 6th, 2002, 05:31
so you think it was too hard? well, its better than too easy, in my first version, enemy shoots 1 bullet in 5 seconds, any dumbass could douge that.

Ninjaa
July 6th, 2002, 07:46
no, he was talking about the first version.

Sorry, but I couldn't download the file, otherwise I would be happy to test it for ya.

ammoQ
July 6th, 2002, 08:35
My high score is 2440. It's too difficult.

Decoy_Octopus
July 6th, 2002, 16:07
Geocities says the page is unavailable, although I would love to try your game.

sniff_381
July 6th, 2002, 16:33
nice game... I only got 1620

average_guy
July 6th, 2002, 16:53
Originally posted by cooliscool
you are calling me a dumb ass, im sorry but i dont find that cool at all, especially after someone gives you a compliment :mad:

i did NOT call you a dumb ass, you should have read my post carefully. I said on my first version its too easy, and dumbass can beat it, the version i posts here is my second version, and its hard. Even for me ;)

j1188
July 6th, 2002, 19:29
I only got 675 :( ......Must....... avoid.......bullets....

edit: cool game by the way! :thumbup:

average_guy
July 6th, 2002, 20:23
yeah, its too hard, i will make few updates later

cooliscool
July 6th, 2002, 21:05
Originally posted by average_guy


i did NOT call you a dumb ass, you should have read my post carefully. I said on my first version its too easy, and dumbass can beat it, the version i posts here is my second version, and its hard. Even for me ;)

sorry about that! ;) took it wrong, sry :)

cooliscool
July 6th, 2002, 21:12
:)

average_guy
July 6th, 2002, 21:31
:)

cooliscool
July 7th, 2002, 21:08
;) np

SnakeBite
July 8th, 2002, 12:53
Damn, it's too difficult :( I only got 400... :D :D Maybe I'm just bad... :rolleyes:

average_guy
July 8th, 2002, 16:38
this game is difficult but normal people can get over 1000 second time they play