Help for this page

Select Code to Download


  1. or download this
    $playerPiece = $markers[rand $totalMarkers]# randomly choose x or o fo
    +r player.
    
  2. or download this
    if($input eq("quit" || "exit")){ # Checks what word is.
    
  3. or download this
    if($input eq "quit" || $input eq "exit")){ # Checks what word is.