Beispiel #1
0
 public function start()
 {
     $this->millis = self::TIMER;
     $this->grid = BoggleGrid::create($this->lang);
     $this->dictionary = Dictionary::create($this->lang, "4x4");
     $this->words = new ArrayList("BoggleWord");
     return "games/boggle/boggle";
 }