setGameType( $_REQUEST['value']); $_SESSION['currentDataGame']->setDoubleBull( $_REQUEST['doubleBullsEnabled']); } if($_REQUEST['action'] == "setNumberofTeams"){ $_SESSION['currentDataGame']->setNumberofTeams( $_REQUEST['value']); } if($_REQUEST['action'] == "setTeamNames"){ $_SESSION['currentDataGame']->setTeamNames( $_REQUEST['teamNames']); } if($_REQUEST['action'] == "setPlayerNames"){ $_SESSION['currentDataGame']->setPlayerNames($_REQUEST['numberofPlayersPerTeams'], $_REQUEST['playerNames']); if($_REQUEST['numberofPlayersEachMatch'] != 2 && $_REQUEST['numberofPlayersEachMatch'] != ""){ $_SESSION['currentDataGame']->setNumberofPlayersPerMatch(intval($_REQUEST['numberofPlayersEachMatch'])); } } if($_REQUEST['action'] == "setupcompletepreviewfirstmatch"){ $_SESSION['currentDataGame']->launchGame(); } if($_REQUEST['action'] == "firstRoundStart"){ $_SESSION['currentDataGame']->startRound1(); } if($_REQUEST['action'] == "saveThrowsAndNextTurn"){ $current_match = $_SESSION['currentDataGame']->getMatchNumber() -1; $_SESSION['currentDataGame']->matches[$current_match]->saveDartThrows($_REQUEST['playerTurnData']); } $current_match = $_SESSION['currentDataGame']->getMatchNumber() -1; ?> getGameStatus() == 1){ echo "need to select Game"; ?>

Double Bulls Enabled: Yes No getGameStatus() == 2){ echo "need to set number of teams Game"; ?> getGameStatus() == 3){ echo "need to set team names"; ?> getNumberofTeams(); $i++){ ?>
Team #:
Enter Default getGameStatus() == 4){ echo "need to set player names"; ?>
getNumberofTeams(); $i++){ ?>

Team: