How do i add pay game | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i add pay game

I want to add pygame how do I

23rd Aug 2019, 10:37 PM
Samiocraft
Samiocraft - avatar
1 Answer
+ 5
With Sololearn, you wouldn't be able to use Pygame within the code playground as it doesn't support anything besides console-based output. If you're looking to use it in an IDE that supports it, however, you could do so by installing pygame via pip and importing it into your Python program
23rd Aug 2019, 11:25 PM
Faisal
Faisal - avatar