Game complexity: Difference between revisions

Content deleted Content added
longer intro
longer intro
Line 11:
 
These measures involve understanding game positions, possible outcomes, and computation required for various game scenarios.
 
The complexity of [[tic-tac-toe]] involves an upper bound of 19,683 states including illegal positions, refined to 5,478 legal ones, and 765 when considering rotational and reflective duplicates. There are up to 362,880 total games, but only 255,168 practical games, and 26,830 when accounting for duplicates. Its computational complexity is PSPACE-complete when generalizing it to m,n,k-games on an m by n board.
 
==Measures of game complexity==