Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:

Plz tell me code for honey ball game in vb 6.I want this code only in Vb 6.



This question has been improved for your protection. Any resemblance to a real programming question was merely incidental, and should not be construed as such. If this had been an actual programming question, you would have been inform as to where to tune in your area for further information.
Posted
Updated 8-Jan-10 8:46am
v5

1 solution

wrote:
Plz tell me code for honey ball game


Try this:
up, up, down, down, left, right, left, right, B, A, Start

That one works most places.

Or do you mean that you want to build a honey ball game? because that's something entirely different. That would go something like this:

1) define the rules of "honey ball"
2) write some code to convert those rules into a program
3) profit!

If you have any specific questions about how to do any of those steps feel free to post those questions here! Be sure to be specific about what part of the process you're having trouble because vague questions only lead to vague answers!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900