[Tutor] Best tool for programming interactive games in Python

wolfrage8765 at gmail.com wolfrage8765 at gmail.com
Wed Mar 30 10:52:53 EDT 2016


On Wed, Mar 30, 2016 at 10:36 AM, john <johnf at jfcomputer.com> wrote:
> On 03/30/2016 04:27 AM, wolfrage8765 at gmail.com wrote:
>>>
>>> I have a few students who are interested in creating interactive games in
>>> Python. We have learned how to use tkinter but we are looking for
>>> something more robust. I tried using pygame <SNIP>
>>
>> I recommend Kivy; because then it is easy to take the app from
>> computer to Phone; which opens the world of touch devices!
>> Though not specifically made for games it works very well for my
>> purposes which are a game.
>>
> I believe Kivy requires pygame so he would get the same error.

Since Kivy 1.9 the requirement for pygame has been dropped and they
are now using OpenGL instead.


More information about the Tutor mailing list