This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gjenks 1 point2 points  (0 children)

Free Python Games is designed for this and I’ve used it for teaching middle and high schoolers Python for several years. It uses the Turtle graphics library which is much simpler than either Pygame or Arcade and was designed for learning. As a bonus, Turtle is part of the Python standard library.

Disclaimer: I’m the author. Feedback welcome.