Which one to choose: Pygame or Pyglet ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which one to choose: Pygame or Pyglet ?

I am interested in game programming and recently I have decided to make my own AVG game( for those of you who do not know, AVG is the short form of adventure game, which the player assumes the role of a protagonist in an interactive story driven by exploration and puzzle solving.) using python. But I found out that the document available for both pygame and pyglet are very limited. Since my game is only based on 2D graphics so that most of the difference between pygame and pyglet do not affect me that much, but I just want to know which one has a bigger community support because I find it really hard to get started if there is a lack of tutorial online. Really appreciate the help if anyone can provide a suggest on how should I start😂

1st Jul 2018, 9:21 AM
Jordy Kenneth
Jordy Kenneth - avatar
1 Answer
+ 5
I use the SDL2 library which has a python version. Pygame SDL2 - simple to use - good for beginners https://www.sololearn.com/discuss/1211091/?ref=app
1st Jul 2018, 9:49 AM
Manual
Manual - avatar