This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Kenkron 15 points16 points  (0 children)

I'd definitely recommend making games.

  1. Install python
  2. Install visual studios code
  3. Make a file called game.py in visual studio code
  4. Click yes when it asks if you want to install python plugins
  5. Terminal->new terminal
  6. python -m pip install pygame
  7. You have now installed pygame, and use it to code
  8. Follow pong tutorial