What software to use to be able to build a game by python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What software to use to be able to build a game by python

12th Aug 2019, 7:34 AM
Mena Ehab
Mena Ehab - avatar
2 Answers
+ 2
Every language has libraries which are some codes that make it easier and faster for programmer One of these libraries is pygame library Simply in this one you can draw shapes and make things move and of course alot more . . . . The programming software or programming environment called idle as Integered DeveLopment Environment One of most use is the official idle of python And then you have a very good one which is pycharm and also pyscript , intelliJ IDEA , Atom , Sublime , netpeans this one special for design , anaconda and still alot more around Don't get confused , make it simple study the main language and then its game library (pygame), (study it and install it from your CMD or terminal then you could use it) after that you will be able to choose which IDLE or compiler is suitable for you. See my snake game by pygame library : https://code.sololearn.com/cPHy99xM35Vo/?ref=app And here another one (space invaders) it is stupid but it works : https://code.sololearn.com/c0LnZZhi7G6W/?ref=app
21st Aug 2019, 12:53 PM
2Math
2Math - avatar
+ 10
For 2d games you can use pygame
12th Aug 2019, 7:39 AM
Mikhail Gorchanyuk
Mikhail Gorchanyuk - avatar