Python (Project after Level-2): Game coding with PyGame

 

What software to use to learn Python(Integrated Development Environment: IDE).

  • We will use Visual Studio Code(VS Code) later when you are used to Python. VScode is currently the most used editor by developers.

What is a module?


Let's install pygame.


Short introduction to Class 


pygame docs and tutorials

Source codes @ github

Comments

Popular posts from this blog

Python (Level-1): Introductions

Processing Language(Level-1): Game Coding.

Python (Level-2): Data type, for Loop, String, Functions