Tic Tac Toe Combinations

230 Views Asked by At

I am creating a Tic-Tac-Toe game and was wondering how many combinations there are. I am an amateur coder and was going to code all the combinations by hand. Also if I do not do then what am I supposed to do? code in c# (using console)

1

There are 1 best solutions below

0
On

It depends how you count symmetries, but there are at least $26830$ possible games and at most $255168$ possible games

I have a page doing the larger count in detail