How do I use Python for creating a game? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

How do I use Python for creating a game?

How do I use Python for creating a game?

3rd Nov 2019, 10:39 AM
Tanish
Tanish - avatar
2 ответов
+ 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.
3rd Nov 2019, 10:43 AM
Seb TheS
Seb TheS - avatar
+ 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.
3rd Nov 2019, 11:04 AM
Michael Smyth