You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The key handling code is pretty much boilerplate from Pygame docs / stackoverflow. I would quite like to change it to use match / case statements (to make it more pythonic)
Thoughts / Challenges
Not entirely sure how match / case works (haven't tried before) so that'll be a challenge. If it works how I expect, it'll make the code neater
The text was updated successfully, but these errors were encountered:
Context
The key handling code is pretty much boilerplate from Pygame docs / stackoverflow. I would quite like to change it to use match / case statements (to make it more pythonic)
Thoughts / Challenges
Not entirely sure how match / case works (haven't tried before) so that'll be a challenge. If it works how I expect, it'll make the code neater
The text was updated successfully, but these errors were encountered: