Tafkae / intro_pscode

Pseudocode task due 2024-09-29
0 stars 0 forks source link

Task B: Find the Spot #2

Closed Tafkae closed 1 month ago

Tafkae commented 1 month ago

Task B: Find the Spot

Task: Develop a mapping (walking) application to find a specific set location in a large warehouse store for a customer. The customer can move north, south, east, or west.

Hints: Loops, Variables

Tafkae commented 1 month ago

Considerations

(there, that's probably enough overengineering for one day.)

Tafkae commented 1 month ago

Didn't have time to worry about obstruction logic, so this would need some debugging. It'll do for now though 😵