Immortal Combat

Fighting game where all contestants have a wolverine-like ability to heal. You would have to create a fighting system where the player models could be cut(deformed) and sliced(cut in pieces). If a player's arm or leg is sliced or blown off, it starts growing back. You would need a system that adjusts the fighting moves dynamically based on the body condition, and a system to manage the body model.
You could probably build the body in segments and create versions of each segment that animate the segment's growth. The body would use a dynamic IK system to string together the pieces to form the whole.
You have to take the head to win, the theory being that if you sever the connection between the head and the heart, you break the ability to regenerate... that is why severed limbs don't grow into a copy of the original.
You could probably build the body in segments and create versions of each segment that animate the segment's growth. The body would use a dynamic IK system to string together the pieces to form the whole.
You have to take the head to win, the theory being that if you sever the connection between the head and the heart, you break the ability to regenerate... that is why severed limbs don't grow into a copy of the original.