Home > Programming > Character Game Algorithm

Character Game Algorithm

July 8th, 2009

I need a back-end for a game engine that can take a 2D character with a skeleton and analyze and pass the following variables.

Color
Symmetry or balance
Darkness
Angles- sharp vs rounded
Limb length
Head size
Thickness vs skinniness
Height

Needs to be an algorithm in a language that is easily deployed on a server and integrates well into a flash shell.


Character Game Algorithm

Comments are closed.
Bear