PDA

View Full Version : One-on-one fighting game



{MSX}
12-11-2002, 11:17 PM
I was thinking about doing a "one-on-one fighting game" (like street fighter).
Did any of you get into something similar? I realize that this kind of game are not easy as they seem to implement..
Did you have any tip or tutorial or whatever?

Thanks :mrgreen:

Alimonster
13-11-2002, 09:21 AM
Try getting in touch with Big Sassy (http://www.gamedev.net/profile/profile.asp?id=6748) over at gamedev. He is/was working on a Streets of Rage style brawler game, so he could have some ideas on this (such as combos, hit detection). Judging by his posts, he's also a very helpful chap - though he probably won't know any Delphi, unfortunately.

I have a few ideas on how to do something like this, but nothing that's not readily apparent, so there's no real point in sharing them...

FGS
13-11-2002, 07:05 PM
I wrote Stickman-Boxing when I started VB you can download the .exe at www.darkahn.cjb.net

All I used was a simple Random Number engine for eg:
If x>0 then
block
else
hit;

{MSX}
14-11-2002, 06:36 PM
I wrote Stickman-Boxing when I started VB you can download the .exe at www.darkahn.cjb.net


The link to the zip seem to be broken :(

FGS
14-11-2002, 06:59 PM
I lost it last time my PC crashed(damn windows)!
I'll fix the link when i've re-written SMB.Give me about 2 wees since i'm still writing exams and I have to convert my origional to delphi. :D