hi y'all im looking for code that will help me to build a fighting "street Fighter" type game but i need the code for the ai i have tried this myself but im getting nowhere. if anyone can help that would be great
thanks!
Printable View
hi y'all im looking for code that will help me to build a fighting "street Fighter" type game but i need the code for the ai i have tried this myself but im getting nowhere. if anyone can help that would be great
thanks!
Hi.. Welcome to the forums... :wave:
Please note that, you have posted your question in the wrong section. This CodeBank is supposed to be the place for you to share useful code snippets.
You don't have to worry. I'll request a mod to move this thread to the best place where you will likely get more solutions.
:wave:
Moved From The VB.NET CodeBank (which is for sharing code rather than posting questions :) )
oh my bad didn't realise sorry and thanks for moving it to the appropriate section
I have code for street fighter controls in my sig which includes motion such as the haduken and shoryuken as well as charge such as a sonic boom. Only problem is that its in vb6 and not in VB.net. Also i made mortal kombat vs street fighter at one time with 2d characters fighting in a 3d arena. Do a search on it in vbforums to see screenshots. If you plan on making a fighting game, you should learn directx. Its easier than you think and will make your game badass. :bigyello:
wow that is some nice code however what I'm looking for is code that will allow the opponent to be controlled by a computer, but thanks for this code I'll be sure to implement some of it in my game.