python-discord / aaaaAAAA

Our staff team submission for PyWeek 31
8 stars 4 forks source link

More animation sequences, constants moved. #34

Closed HyTurtle closed 3 years ago

HyTurtle commented 3 years ago

Hopefully that sequence_gen method isn't too much of an abomination, I'll add some info for the args.

mbaruh commented 3 years ago

Can you add some comments on what the function does?

HyTurtle commented 3 years ago

Hopefully that's clear enough - could probably use a rewrite/rename. Its essentially just bools to identify constants list of bools to use and returning a sequence.

How does it being a for loop and yielding sequences sound instead...