:lol: Indeed, you can make it in 24 hours.

[size=10px]There was this really great peice of software by the company 'ASCII' called 'Fighter Maker'. That really showed you how to to put all the peices of such a game together. [/size][size=9px](ASCII is known for it's whole line of event-driven game makers like RPG Maker for consoles (NES/SNES/PS2) and PC Japanese versions 95/2000, Shooter Maker, etc...)[/size]

Basically you'd have your sprites and mark hotspots to go with each frame of the attack movement, just like NecroDOME says. You would want to assign a hit damage value to either each hotspots or the entire move.


At the same time... you will may want to have similar spots to detect weak or hitable areas, lets call 'em weakspots. Basically as you do with each hotspot, you'll arrange on each frame of your character's movements specific weakspots that if an opponent's hotspot hits it, POW! They made a hit... and you make your hit character's movements then reflect that.

In fact to enable such things as combos you would continue to include weakspots in each frame of the the 'ouch' movement of fallen and struck characters. You can assign what raction a character takes to what weakspot is hit.


Example:

Fighter A does a foot-sweep and a hotspot on his striking foot hits a weakspot at Fighter B's feet. that weakspot on Fighter B was set to put him into a tripping movement. So his state is changed to reflect tripping and the damage value assigned to Fighter A's hotspot is then taken from Fighter B's total HPs.


Welcome to PGD! I hope that I've given you enough to go on here.