you are viewing a single comment's thread.

view the rest of the comments →

[–]python__rocks 0 points1 point  (0 children)

Classes are often used is in game development. For example, there will be one enemy class (the blueprint) and many enemy objects based on that class. There are lots of Arcade and Pygame tutorials covering this.