Name: Anonymous 2019-03-02 11:03
1. A game board the size of sudoku 25x25.
Each cell can contain 0 to 9.
Numbers fall from top and fill the board.
2 players play it like connect 3 in a row, but with a twist:
each turn has 60 seconds to match any 3+ in a row, then they are destroyed for score and new numbers fall in.
First player to reach score of 100K wins.
3 in a row gives bonus propoptional to
number values multiplied 1-1-1 gives 1*1*1=3,
4x 9's in a row give 9*9*9*9=6561.
Each cell can contain 0 to 9.
Numbers fall from top and fill the board.
2 players play it like connect 3 in a row, but with a twist:
each turn has 60 seconds to match any 3+ in a row, then they are destroyed for score and new numbers fall in.
First player to reach score of 100K wins.
3 in a row gives bonus propoptional to
number values multiplied 1-1-1 gives 1*1*1=3,
4x 9's in a row give 9*9*9*9=6561.