- Install the latest version of
python
from https://www.python.org/downloads/ - Download and install
pyCharm
from https://www.jetbrains.com/pycharm/download/#section=windows
TheCommunity edition
should be good enough
- Mehtod 1 (using
pip
)
pip install pygame
- Method 2
- Inside pycharm go to file > settings > Project > Python Interpreter
- Inside Python Interpreter, click on the
+
icon and search forpygame
- Select
pygame
and click oninstall package
You are ready to build your first game on python
!
- Basic object rendering on screen
- Clock timing
- Basic pyGame events
- Rendering images
- Moving objects on the screen
- Taking user input from keyboard
- Playing background music
- Basic Animation
We will learn all these by developing a game from scratch. So keep your Computer and coffee mug ready if you want to follow along!