T0nyX1ang / noqx

Extended logic puzzle solver of noq.
https://noqx.tonyxiang.site/
GNU General Public License v3.0
3 stars 0 forks source link

[Feature] make adjacent rule more flexible #5

Closed T0nyX1ang closed 7 months ago

T0nyX1ang commented 7 months ago

Current adjacent rule are not very flexible, since only one adjacent types can be included in the program. Consider the case that different colors have different adjacent rules. The adjacent rule is invalid here.

T0nyX1ang commented 7 months ago

Resolved in latest commit (1cbeea7)