• Welcome to Valhalla Legends Archive.
 

Donkey Kong Arcade (VB)

Started by j0k3r, July 25, 2003, 03:31 PM

Previous topic - Next topic

j0k3r

This is something I did for a class I was taking... They accidently sent me the project of the kid who was also doing it but it's generally the same thing (the game). Thought some of you might like to take a look at it. The zip includes all necessary files (the .exe, pics) and the forms and such with all the coding. To start it just click the .exe (you'll have to find it).
Enjoy.

www.clanpc.net/donkeykong.zip
QuoteAnyone attempting to generate random numbers by deterministic means is, of course, living in a state of sin
John Vo

iago

The left and right controls don't work right..
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


j0k3r

It should just be the left and right keys... It was working on my machine...
QuoteAnyone attempting to generate random numbers by deterministic means is, of course, living in a state of sin
John Vo

j0k3r

Still works for me... What problem are you having?
QuoteAnyone attempting to generate random numbers by deterministic means is, of course, living in a state of sin
John Vo

iago

I have to press the button repeatedly sometimes (can't hold it down), sometimes it doesn't work at all, sometimes it works fine.  It's probably my computer's fault, maybe I need a numpad for it to work right?

This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


iago

hmm, it works fine now, oh well :)

When you have the hammer and die, you shouldn't have it when you come back
The "Luigi" button does nothing?
A barrel went through me once, now sure how?
You should be able to jump level-to-level when the next one is low enough


Those are just some suggestions, in case you wanted.  Also, I think it runs a little too fast :)
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


j0k3r

I don't know what was wrong with the hammer but I'm about 99% sure all I would havbe to do is set the boolean to false when you die... Like I said this one isn't mine, The luigi was the kids second thing (all it does is change mario's colour)... There are glitches (the barrel), it's hard to catch them all but the key thing is fine, I checked it myself. I guess you should be able to jump level-to-level but I don't recall that being in the original game.

Some fun ones to take advantage of:
1. When you die on the ladder you can "climb" to the top on an invisible ladder (once again a boolean must be set... not hard).
2. If you jump above the level above you and hit the "up" key twice you'll stay there.

There are also cheats he put in (open up the main form in VB, they should be near the bottom).
QuoteAnyone attempting to generate random numbers by deterministic means is, of course, living in a state of sin
John Vo