+ 4

Creating a game in python

I want to create a game in python, and for that I need to make it visual. For example, if I wanted to make a "snake" game I would need to make it visual so that the player could chase the food. TLDR: How do I make my python code visual?

15th Apr 2017, 3:53 PM
Yali “woop" Taylor
3 odpowiedzi
+ 1
download kivy library it's very useful and powerful and easier than pygame , and you can turn it into android /ios app .my first python android game was gambet https://play.google.com/store/apps/details?id=mais.gambet&rdid=mais.gambet
15th Apr 2017, 10:14 PM
mohammad ammar
mohammad ammar - avatar
+ 1
you should use the PyGame library to create a game with Python, that's the easiest way
15th Apr 2017, 4:12 PM
Amaras A
Amaras A - avatar
0
because others mentioned pygame I recommend to read this book first ( making game with python ) I guess see this web https://inventwithpython.com/pygame/ and download the source code . for kivy you need to understand first the concept of object oriented programming then read this book https://www.safaribooksonline.com/library/view/kivy-interactive/9781785286926/ google it and you'll find it free on other websites . hope this help you
16th Apr 2017, 7:33 AM
mohammad ammar
mohammad ammar - avatar