Player 1 {{ product([0,1,2])}}+{{ product([3,4,5])}}+{{ product([6,7,8])}}={{ product([0,1,2])+ product([3,4,5])+ product([6,7,8])}}
Player 2 {{ product([0,3,6])}}+{{ product([1,4,7])}}+{{ product([2,5,8])}}={{ product([0,3,6])+ product([1,4,7])+ product([2,5,8])}}
{{ num==null?"?":num }}
{{ num==null?"x":num }}

How to Play: Select a number tile, selected the place on the grid you want to place this tile, the score of Player 1 is the product-sum of all rows, the score of Player 2 is the product-sum of all columns. The Player with the highest score wins!