* \fn int init_pers(Personnage * character, int x, int y, int length, int width, int speed, char * path)
* \brief This function initialize the character : position of the character's top left corner (x,y), size (length, width), speed and also the path to the character's image.
*
* \param [in] character a pointer on the character
* \param [in] x the character's abscissa
* \param [in] y the character's ordinate
* \param [in] length the character's length
* \param [in] width the character's width
* \param [in] path the path to the character's image