my golf game needs gui

Mike Meyer mwm at mired.org
Thu Jun 9 17:32:27 EDT 2005


Mike Hoy <mhoy4 at cox.net> writes:

> hi
>
> i've been writing a golf game in text only. this was to work out some of
> details. it's great but making a golf course with ---'s and |||'s is
> kinda silly looking. (at least to some..) 
>
> now i'm ready to begin shopping for a gui widget to work with python so
> my players can have some kind of pictures and possibly some motion.
>
> i won't be creating figures swinging the golf clubs but would like to
> show their golf ball flying thru the air and land on the green for one
> example.
>
> will pyQT work for me?

Yes. The tutorial applications for Qt - which are provided in Python
with PyQt - include an animated game.

> any suggestions on which way I should go next?

I like PyQt. Licensing for Windows is problematical, and changing.

  <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list