Skip to content

Commit

Permalink
optimizing direction through introducing origin, pairing with null va…
Browse files Browse the repository at this point in the history
…lue, replacing false with not
  • Loading branch information
jordyarms committed Dec 31, 2024
1 parent 77b7711 commit 0a3e48c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/tictactoecypher.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"edge": 2,
"tags": ["s/all", "s/diagonal", "r/logic", "r/inputs"],
"pair_id": "",
"alias": "False"
"alias": "¬ | Not"
},
{
"id": "022",
Expand All @@ -97,7 +97,7 @@
"edge": 2,
"tags": ["s/all", "s/edge", "r/logic", "r/inputs"],
"pair_id": "",
"alias": "∧ And"
"alias": "| And"
},
{
"id": "021",
Expand All @@ -111,7 +111,7 @@
"edge": 1,
"tags": ["s/all", "s/edge", "r/logic", "r/inputs"],
"pair_id": "",
"alias": "∨ Or"
"alias": "| Or"
},
{
"id": "010",
Expand All @@ -123,9 +123,9 @@
"corners": 0,
"middle": 1,
"edge": 3,
"tags": ["s/all", "s/edge", "r/logic", "r/inputs"],
"tags": ["s/all", "s/edge", "r/input", "r/navigation", "r/directions"],
"pair_id": "",
"alias": "¬ Not"
"alias": "null | ○ | Origin"
},
{
"id": "023",
Expand Down Expand Up @@ -444,7 +444,7 @@
"edge": 2,
"tags": ["t/pairwise", "r/inputs", "r/directions", "r/navigation"],
"pair_id": "p4",
"alias": "Space | | Zenith",
"alias": "Space | | Zenith",
"CD": "ZN"
},
{
Expand All @@ -459,7 +459,7 @@
"edge": 2,
"tags": ["t/pairwise", "r/inputs", "r/directions", "r/navigation"],
"pair_id": "p4",
"alias": "Delete | | Nadir",
"alias": "Delete | | Nadir",
"CD": "ND"
},
{
Expand Down

0 comments on commit 0a3e48c

Please sign in to comment.