Infinitely* Recursive TicTacToe
(yeah, the arrows are messed up on web. sorry)
So you know super tic tac toe?
It's like this
, where the relative position of each layer 0 move forces the opponent to move within the corresponding layer 1 board (unless that board is won or full in which case they can move anywhere within the layer 2 board), and layer 1 "moves" occur if a layer 0 game is won, eventually resulting in a "winner" of the layer 2 board
Well, this logic can be repeated
(board positions may not be legal)
Have fun with it
It's quite underpolished so I wouldn't be surprised if there are tons of bugs
you can also play it here
Download
Development log
- v1.17 hours ago
Comments
Log in with itch.io to leave a comment.
Nice.