How to Install PyGame in VSCode (2024 Update) - Visual Studio Code Tutorial

preview_player
Показать описание
In this video, I'll show you how you can Install PyGame in VSCode(visual studio code). Pygame is a Python library for creating and playing games on various platforms. It provides modules for graphics, sound, input, and more. You can use pygame to make 2D and 3D games, simulations, animations, and other interactive applications.

🌐Connect with me:

By the end of this video, you'll have installed PyGame in visual studio code and we will have written a sample code using pyGame in vscode.

#vscodetutorial #pygame #pygametutorial
Рекомендации по теме
Комментарии
Автор

Thank u so much for the video, was having some problems, importing on vscode!!

Cristianput
Автор

pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pip install pygame
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

iambackfromthedead
Автор

Pip isn’t a valid entry supposedly for me

whalemilker