+ 1
How do I begin coding a game with python?
2 odpowiedzi
+ 1
The first thing you need is to be patient. Creating games requires both time and knowledge. You need to learn python very well. Once your comfortable with it, learn how to use gaming libraries (e.g. pygame). Using the gaming library, try to build simple games (Astroids, Tetris). There are a lot of concepts, tools, libraries you will learn along the the way. Everytime you finish a game you will gain something new.
0
Thank you