neogeek23 35a23fc8f2 Add files via upload
Added new display feature for 3 space.  3 space now displays as horizontal repetition of 2 space.
Fixed issue with some victory paths in 4 space an above not being recognized.  Previously some intermediate/interior cross sectional paths were not recognized when filled with n+1 of the same token as being a successful victory condition.
2017-05-13 01:33:54 -05:00
2017-05-11 07:02:14 -05:00
2017-05-13 01:33:54 -05:00

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 adjacent spaces. Being adjacent means that the closest next space is no more than 1 location away in each coordinate. For example a space that is (over-over, up) is not adjacent, but (over, up) would be or for 3-space (over-over, up, over) would not be and (over, over, down) would be.

You get three tries to input a coordinate before the game asigns you a random unclaimed location.

Description
Multi-Dimensional Tic Tac Toe with options
Readme 42 KiB
Languages
Python 100%