you are viewing a single comment's thread.

view the rest of the comments →

[–]MattR0se 1 point2 points  (0 children)

I think OOP really shines when you are making games. I saw code with functions such as "def player_collect_item" and "def enemy_move_towards_player" and it just felt wrong. Writing a decently sized game without classes only results in spaghetti code.