Closed The-Huginn closed 1 year ago
Perhaps create an iterator over shuffled tasks with next and remove methods, where next would be overflowing. Meaning it would start from the beginning.
next
remove
Thus we would no longer require randomly accessing GameTask for a particular GameSession
GameTask
GameSession
Perhaps create an iterator over shuffled tasks with
next
andremove
methods, wherenext
would be overflowing. Meaning it would start from the beginning.Thus we would no longer require randomly accessing
GameTask
for a particularGameSession