Tic-Tac-Logic Light Vol 1
开发者 Conceptis
Add to your home screen for quick access
Install this game
Tap the Share button, then "Add to Home Screen" to install this game for quick access.
Tic-Tac-Logic Light Vol 1
Tic-Tac-Logic Light Vol 1 的标签
简介
每个谜题由一个包含X和O的网格组成。目标是在剩余的方格中填入X或O,使每行每列不超过两个连续的X或O,每行每列X和O数量相等,且所有行列都不重复。每个谜题只有唯一解。
玩法说明
Tic-Tac-Logic通过在网格中放置X和O符号进行游戏。第一次点击方格放置X,第二次点击放置O,第三次点击还原方格。
FAQ
评论
aardvark1
Aug. 30, 2013
Another hint: when feeling stuck, scan around for imbalanced rows/columns with only X or O left, like 4-1 in the 10x10. Usually you can figure out where the last X goes.
metagamer
Mar. 24, 2016
This game has the same bug as many others from this developer: If they check for a row to be legal, they check if it is correct, not if it is legal. So you can always test when there is an X and an O left in a row which is correct. If you guess wrong, it will be red despite looking legal.
JoeKherr
Aug. 15, 2013
Would be nice if the cells are that set at the start had different shading so user knows which ones they are at a glance.
ShayGuy
Aug. 30, 2013
Trivia: The number of possible rows and columns for each grid size is given by sequence A177790 on the OEIS.
aardvark1
Aug. 30, 2013
Of course, you always have to use the "if I have 5 empty spots in a row and 1 X remaining, it must go in the middle" type of logic to keep things flowing...