|
|
|
|
|
by arocks
4036 days ago
|
|
This is an excellent option to teach programming to kids. Pygame has been always the recommended game library for Python due to its maturity. But Pygame had been my preferred option as it had less boilerplate and seemed more Pythonic. However, its project activity is quite low. Pygame Zero seems like the best of both worlds. |
|
Just as another option for Python-based game development if you're interested. Personally, I find Pygame really annoying and Pyglet is great but not really game-focused so it takes some extra footwork. I haven't had a chance to really dig into Kivent yet but it seems promising, especially because it should simplify distributing a game.