Skip to content

Commit

Permalink
appending additional navigation to cypher
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyarms committed Dec 31, 2024
1 parent e8c8b11 commit 77b7711
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/tictactoecypher.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@
"corners": 2,
"middle": 1,
"edge": 1,
"tags": ["t/pairwise", "r/directions", "r/inputs"],
"tags": ["t/pairwise", "r/directions", "r/navigation", "r/inputs"],
"pair_id": "p7",
"alias": "' | North West",
"alias": "' | ↖ | North West",
"CD": "NW"
},
{
Expand Down Expand Up @@ -202,9 +202,9 @@
"corners": 2,
"middle": 1,
"edge": 1,
"tags": ["t/pairwise", "r/directions", "r/inputs"],
"tags": ["t/pairwise", "r/directions", "r/inputs", "r/navigation"],
"pair_id": "p7",
"alias": ", | North East",
"alias": ", | ↗ | North East",
"CD": "NE"
},
{
Expand Down Expand Up @@ -232,9 +232,9 @@
"corners": 2,
"middle": 0,
"edge": 2,
"tags": ["t/pairwise", "r/directions"],
"tags": ["t/pairwise", "r/directions", "r/navigation"],
"pair_id": "pn",
"alias": "South East",
"alias": "↘ | South East",
"CD": "SE"
},
{
Expand Down Expand Up @@ -262,9 +262,9 @@
"corners": 2,
"middle": 0,
"edge": 2,
"tags": ["t/pairwise", "r/directions"],
"tags": ["t/pairwise", "r/directions", "r/navigation"],
"pair_id": "pn",
"alias": "South West",
"alias": "↙ | South West",
"CD": "SW"
},
{
Expand Down

0 comments on commit 77b7711

Please sign in to comment.