fighter framework - 20101030
This is part of a slow moving project, trying to bring 2d fighting games to pygame! Developed slowly...but working...
Leif Theden
(bitcraft)
There really is no name for this thing. I would have used "pyfighter", but it was already taken. =)
Cool Stuff:
- Attack Holds
- Fluid controls with combos
- Cancels (smooth transition between animations)
- Sounds ripped from Enter the Dragon (like IK!)
Combos and special moves ==================
LK, MK, HK, HK => Roundhouse Kick (hit the buttons quickly) J, K => Jumping Kick (hit any kick during the jump) Back, J => Backflip Forward, J => Frontflip
P1 Default keys:
Q: LK
W: MK
E: HK
A: Block*
D: P
F: (F)lip. Turn character around.
Up: Jump
Down: Crouch. (try kicking)
Attack Holds
In the original IK, attacks could be "held" on the attack frame. This is also implemented here by holding down that attack button.
Characters can be modified and animations are pretty easy to create. Open the "anim.def" files in the "fighters" folder to check it out.
Changes
Links
Releases
fighter framework 20110901 — 1 Sep, 2011
fighter framework 20110328 — 28 Mar, 2011
fighter framework 20101030 — 30 Sep, 2010
fighter framework 20100624 — 25 Jun, 2010