2 Respostas
+ 5
In beginning it is recommended to just to get familiar with Python basics, but you can make games when you:
Get familiar with Python self
Get familiar with a graphics engine, such as Pygame
Get an IDE where you can run graphical Python programs.
+ 3
Try making a rock paper scissors game. Ask the user to enter their choice, then loop through it to determine the winner. It will give you a good understanding of how loops work and also collecting user input.