Example #1
0
  def __init__(self,nom):
		joueur.__init__(self,nom)
		self.type="joueur_random"
Example #2
0
 def __init__(self,nom):
     joueur.__init__(self,nom)
     self.type="humain"
Example #3
0
 def __init__(self,nom):
     joueur.__init__(self,nom)
     self.type="joueur_max"