Skip to content

Commit

Permalink
rework of logic category
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyarms committed Dec 29, 2024
1 parent 223a545 commit 013581b
Showing 1 changed file with 108 additions and 108 deletions.
216 changes: 108 additions & 108 deletions docs/tictactoecypher.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"r/logic"
],
"pair_id": "",
"alias": "True"
"alias": "Equals"
},
{
"id": "002",
Expand All @@ -39,35 +39,35 @@
"r/logic"
],
"pair_id": "",
"alias": "False"
"alias": "Execute"
},
{
"id": "003",
"id": "004",
"pattern": [
[0, 0, 0],
[0, 1, 1],
[1, 0, 0],
[0, 0, 1],
[0, 1, 1]
],
"corners": 1,
"middle": 1,
"corners": 2,
"middle": 0,
"edge": 2,
"tags": ["s/all", "s/diagonal", "r/logic"],
"pair_id": "",
"alias": "And"
"alias": "If"
},
{
"id": "004",
"id": "003",
"pattern": [
[1, 0, 0],
[0, 0, 1],
[0, 0, 0],
[0, 1, 1],
[0, 1, 1]
],
"corners": 2,
"middle": 0,
"corners": 1,
"middle": 1,
"edge": 2,
"tags": ["s/all", "s/diagonal", "r/logic"],
"pair_id": "",
"alias": "Or"
"alias": "True"
},
{
"id": "005",
Expand All @@ -81,105 +81,133 @@
"edge": 2,
"tags": ["s/all", "s/diagonal", "r/logic"],
"pair_id": "",
"alias": "Not"
"alias": "False"
},
{
"id": "006",
"id": "021",
"pattern": [
[0, 0, 0],
[1, 0, 1],
[1, 1, 0]
[0, 1, 0],
[1, 1, 1]
],
"corners": 1,
"middle": 0,
"edge": 3,
"tags": ["t/pairwise", "r/orientation"],
"pair_id": "p6",
"alias": "Start"
"corners": 2,
"middle": 1,
"edge": 1,
"tags": ["s/all", "s/edge", "r/logic"],
"pair_id": "",
"alias": "And"
},
{
"id": "007",
"id": "022",
"pattern": [
[0, 1, 0],
[0, 0, 0],
[1, 0, 1],
[0, 1, 1]
[1, 1, 1]
],
"corners": 1,
"corners": 2,
"middle": 0,
"edge": 2,
"tags": ["s/all", "s/edge", "r/logic"],
"pair_id": "",
"alias": "Or"
},
{
"id": "010",
"pattern": [
[0, 1, 0],
[1, 1, 1],
[0, 0, 0]
],
"corners": 0,
"middle": 1,
"edge": 3,
"tags": ["t/pairwise", "r/orientation"],
"pair_id": "p6",
"alias": "End"
"tags": ["s/all", "s/edge", "r/logic"],
"pair_id": "",
"alias": "Not"
},
{
"id": "008",
"id": "009",
"pattern": [
[0, 1, 1],
[0, 0, 0],
[0, 0, 1],
[1, 0, 0],
[1, 0, 1]
],
"corners": 3,
"middle": 0,
"edge": 1,
"tags": ["t/pairwise", "r/logic"],
"pair_id": "p9",
"alias": "Subject / You"
"alias": "Variable X"
},
{
"id": "009",
"id": "008",
"pattern": [
[0, 0, 1],
[1, 0, 0],
[0, 1, 1],
[0, 0, 0],
[1, 0, 1]
],
"corners": 3,
"middle": 0,
"edge": 1,
"tags": ["t/pairwise", "r/logic"],
"pair_id": "p9",
"alias": "If"
"alias": "Variable Y"
},
{
"id": "010",
"id": "006",
"pattern": [
[0, 1, 0],
[1, 1, 1],
[0, 0, 0]
[0, 0, 0],
[1, 0, 1],
[1, 1, 0]
],
"corners": 0,
"middle": 1,
"corners": 1,
"middle": 0,
"edge": 3,
"tags": ["s/all", "s/edge", "r/orientation", "r/logic"],
"pair_id": "",
"alias": "Arrived / Equals"
"tags": ["t/pairwise", "r/orientation"],
"pair_id": "p6",
"alias": "Start"
},
{
"id": "011",
"id": "007",
"pattern": [
[0, 0, 0],
[1, 1, 1],
[0, 0, 1]
[1, 0, 1],
[0, 1, 1]
],
"corners": 1,
"middle": 1,
"middle": 0,
"edge": 3,
"tags": ["t/pairwise", "r/orientation"],
"pair_id": "p6",
"alias": "End"
},
{
"id": "023",
"pattern": [
[0, 0, 1],
[1, 0, 1],
[1, 0, 0]
],
"corners": 2,
"middle": 0,
"edge": 2,
"tags": ["t/pairwise", "r/directions"],
"pair_id": "p4",
"alias": "West"
"tags": ["t/pairwise", "s/all", "s/rotational", "r/orientation"],
"pair_id": "p1",
"alias": "Clockwise / Forward"
},
{
"id": "012",
"id": "024",
"pattern": [
[0, 0, 0],
[0, 1, 1],
[1, 0, 1]
[1, 0, 0],
[1, 0, 1],
[0, 0, 1]
],
"corners": 2,
"middle": 1,
"edge": 1,
"tags": ["t/pairwise", "r/directions"],
"pair_id": "p7",
"alias": "North West"
"middle": 0,
"edge": 2,
"tags": ["t/pairwise", "s/all", "s/rotational", "r/orientation"],
"pair_id": "p1",
"alias": "Counter Clockwise / Backward"
},
{
"id": "013",
Expand Down Expand Up @@ -294,60 +322,32 @@
"alias": "West"
},
{
"id": "021",
"id": "011",
"pattern": [
[0, 0, 0],
[0, 1, 0],
[1, 1, 1]
[1, 1, 1],
[0, 0, 1]
],
"corners": 2,
"corners": 1,
"middle": 1,
"edge": 1,
"tags": ["s/all", "s/edge", "r/orientation", "r/logic"],
"pair_id": "",
"alias": "Up / Add"
},
{
"id": "022",
"pattern": [
[0, 1, 0],
[0, 0, 0],
[1, 1, 1]
],
"corners": 2,
"middle": 0,
"edge": 2,
"tags": ["s/all", "s/edge", "r/orientation", "r/logic"],
"pair_id": "",
"alias": "Down / Subtract"
},
{
"id": "023",
"pattern": [
[0, 0, 1],
[1, 0, 1],
[1, 0, 0]
],
"corners": 2,
"middle": 0,
"edge": 2,
"tags": ["t/pairwise", "s/all", "s/rotational", "r/orientation", "r/logic"],
"pair_id": "p1",
"alias": "Clockwise / Multiply "
"tags": ["t/pairwise", "r/directions"],
"pair_id": "p4",
"alias": "West"
},
{
"id": "024",
"id": "012",
"pattern": [
[1, 0, 0],
[1, 0, 1],
[0, 0, 1]
[0, 0, 0],
[0, 1, 1],
[1, 0, 1]
],
"corners": 2,
"middle": 0,
"edge": 2,
"tags": ["t/pairwise", "s/all", "s/rotational", "r/orientation", "r/logic"],
"pair_id": "p1",
"alias": "Counter Clockwise / Divide"
"middle": 1,
"edge": 1,
"tags": ["t/pairwise", "r/directions"],
"pair_id": "p7",
"alias": "North West"
},
{
"id": "025",
Expand Down

0 comments on commit 013581b

Please sign in to comment.