Example #1
0
 public IntelligenceArtificielle()
 {
     m_blinky = new ComportementBlinky();
     m_pinky  = new ComportementPinky();
     m_inky   = new ComportementInky();
     m_clyde  = new ComportementClyde();
 }
Example #2
0
 public void RéinitialiserInky()
 {
     m_inky = new ComportementInky();
 }