ORilot / DiscordStuff

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

Termination criteria #6

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

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

NOTE!! - current term criteria implementation has an issue where vans and some other traveller types do not spawn properly, and so an exception has had to be made to delete unfinished paths

We need to determine when to finish the simulation, in order to run the statistical element of the project. There should be a set amount of spawns for travellers. When there have been some arbitrary number (TERMINATION_CRITERIA) of spawns, spawning should cease.

Every time a path is finished, another counter should be incremented, and when this value is equivilant to TERMINATION_CRITERIA, then the simulation should end and go to the next scene (being the statistics screen).

Specified by: Ted Proctor

Implemented by: Ted Proctor

Validated by:

┆Issue is synchronized with this Trello card by Unito