Tic-Tac-Logic Light Vol 1

Tic-Tac-Logic Light Vol 1

by Conceptis
回報問題
舉報遊戲
Loading ad...

Tic-Tac-Logic Light Vol 1

評價:
3.6
推出時間: August 15, 2013
上次更新: August 15, 2013
開發者: Conceptis

Tic-Tac-Logic Light Vol 1 關聯標籤

簡介

每個謎題都有一個格仔盤,入面有唔同位置嘅 X 同 O。目標係喺剩低嘅格仔填 X 或 O,確保每行每列都唔會有多過兩個連續嘅 X 或 O,而且每行每列 X 同 O 數量一樣,所有行同列都唔可以重複。每個謎題只有一個唯一解。

玩法說明

Tic-Tac-Logic 玩法係喺格仔盤放 X 同 O。第一次點擊格仔會放 X,第二次放 O,第三次會還原返。

FAQ

留言

0/1000
aardvark1 avatar

aardvark1

Aug. 30, 2013

20
0

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 avatar

metagamer

Mar. 24, 2016

18
0

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 avatar

JoeKherr

Aug. 15, 2013

136
5

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 avatar

ShayGuy

Aug. 30, 2013

26
1

Trivia: The number of possible rows and columns for each grid size is given by sequence A177790 on the OEIS.

aardvark1 avatar

aardvark1

Aug. 30, 2013

23
1

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...