Posts

Showing posts from June, 2023

Setting Up Pygame for in VS Code

Image
Pygame in VS Code         1. I made a new folder              I already had VS Studio and python set up in system. So, that is not included here.     C:\Users\DIVYA\Documents\MyGames\FirstGame      I opened terminal.           2.       Now Visual studio is opened                3.Made new file main.py and ran python code.                               W orking fine. 4. Downloaded pygame library               Since,  python -m pip install pygame" didn't worked Now downloaded pygame library. From website.  https://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame Searched pygame on page and downloaded second package (my system is 64 bit and AMD Ryzen 5 )   5. Sav...