ORilot / DiscordStuff

A little play around with the Webhook feature of discord
0 stars 0 forks source link

Path Functionality #46

Open sync-by-unito[bot] opened 5 months ago

sync-by-unito[bot] commented 5 months ago

Overview:

This class represents a route taken by a traveller. It will describe a set of edges which represents the path. The time taken will also be recorded. To represent human error, rather than implementing an algorithm that always find the optimal route, a sub-optimal pathing algorithm could be intentionally implemented.

Private attributes:

Public attributes:

Functionality:

Specified by: Ted Proctor

Implemented by: Oscar Rilot, Scott Deverine

Validated by:

┆Issue is synchronized with this Trello card by Unito ┆Attachments: path-functionality | Edge.cs:

sync-by-unito[bot] commented 5 months ago

➤ Scott DeVerinne commented:

Hi oscarrilot I am adding a line // Pass the generated path to the traveler traveller.spawnAtStartingPoint(this); to pass the path list to the traveller class