erickzanardo / pathxp

Like regular expressions but for defining paths in a grid
MIT License
2 stars 0 forks source link

feat: Use "up" / "down" instead of top / bottom #8

Open kurtome opened 1 year ago

kurtome commented 1 year ago

Description

Since this is defining a path, saying "Top 2" is unintuitive, "Up 2" would be a lot more natural. Same with "Down" instead of Bottom

erickzanardo commented 1 year ago

Since we will be doing diagonal, I am thinking on instead using cardinal directions instead, wdyt? Like N - North S - South E - East W - West

Then NE - North east ...

wdyt?

kurtome commented 1 year ago

Since we will be doing diagonal, I am thinking on instead using cardinal directions instead, wdyt?

Nice, I think that makes sense