courselab / coral

Coral is a snake game written as programming exercise (class of 2024)
GNU General Public License v3.0
9 stars 14 forks source link

Feat/97/preference indicator #98

Closed raultel closed 6 days ago

raultel commented 1 week ago

There's a little ">" indicating which preference you are tweaking. I also used a dictionary for better code legibility (first commit), so configs[0] is now configs['velocidade'] Lastly, sometimes the indicator does not match the setting if you press the key too fastly, but this probably has to do with the key event logic.

rodrigo-lex commented 1 week ago

It seems there are conflicts that need to be resolved before a merge can be done.

raultel commented 1 week ago

I think it's working now!