PDA

Click to See Complete Forum and Search --> : My new game.....


Dec 5th, 2000, 07:39 PM
I just finished a small game...
it's a shoot 'em up game..... not nearly finished yet....

there is one round........ actually, only one enemy...

here it is:
http://www9.ewebcity.com/denniswrenn/Game.zip


8 is up
4 is left
6 is right
2 is down
0 is fire
9 stops the game.


it's a bit crappy at the moment.... but it only took me 30 minutes...... :)



and for some odd reason sometimes when you fire, the enemy doesn't die!

and also when you go down far... past the current screen, your "plane" "breaks apart"...

I can fix it, but I don't have time right now... :rolleyes:


-Dennis

PS: Right click the link and choose "save target as"

JPRoy392
Dec 5th, 2000, 07:49 PM
It's not that shabby. Certainly good for 30 minutes of work. How did you write it, it wasn't VB?

Bjwbell
Dec 5th, 2000, 07:54 PM
Why can't i dis-assemble it?

Dec 5th, 2000, 07:54 PM
it's in C++....
to be more specific, Borland Turbo C++ 4.5

they have these wierd console windows... it's a normal win32 window... but it's made to act like a DOS console..

Borland wrote a neat set of functions for this "EZWin"(which is what its called)... like gotoxy() which goes to a particular point...

and also clrscr() which clears the window, etc etc....


It's not that shabby.



Thanks.. :)

as soon as it's finished or more finished than it is now, I'll give out the source code... but it's really sloppy and hard to read right now...

:)

Dec 5th, 2000, 07:56 PM
I have no clue why you can't dis-assemble it...

you shouldn't be trying anyway.. I'll tidy up the code and give it to ya if you like....

it must be some borland thing that prevents from disassembling.. :confused: