Update README.md

minor text change
This commit is contained in:
neogeek23 2017-05-17 08:44:44 -05:00 committed by GitHub
parent 36c701c909
commit b5fae35075

View File

@ -1,6 +1,6 @@
# Tic-Tac-Toe # Tic-Tac-Toe
So this is how tic tac toe would work if it was in n-space. I think. Basically you must claim n+1 continuous spaces in some cross section or throughout the entire n-space. Being continuous means that the closest next space is no more than 1 location away in each coordinate but is also at least 1 location away in at least 1 coordinate (otherwise it'd be the same point). So this is how tic tac toe would work if it was in n-space. Basically you must claim n+1 continuous spaces in some cross section or throughout the entire n-space. Being continuous means that the closest next space is no more than 1 location away in each coordinate but is also at least 1 location away in at least 1 coordinate (otherwise it'd be the same point).
Example winning paths in 4 space: Example winning paths in 4 space: