Is Python Right for Me?

M

Mister Newbie

I want to make small, 2D games. I have no programming experience. Is Python
a good choice?

Thank you.
 
T

Terry Reedy

|I want to make small, 2D games. I have no programming experience. Is
Python
| a good choice?

Possibly. There is an add-on package called pygame that is, I believe, 2d
oriented. See www.pygame.org
There is also an associated mailing list, which you can also read via
news.gmane.org as newsgroup gmane.comp.python.pygame.

tjr
 
M

Mister Newbie

|I want to make small, 2D games. I have no programming experience. Is
Python
| a good choice?

Possibly. There is an add-on package called pygame that is, I
believe, 2d oriented. See www.pygame.org
There is also an associated mailing list, which you can also read via
news.gmane.org as newsgroup gmane.comp.python.pygame.

tjr

Thanks for the reply. I'll check it out.
 
E

Eric_Dexter

Thanks for the reply. I'll check it out.- Hide quoted text -

- Show quoted text -

It may be good to check out other packages even if it is more
trouble. My laptop (windows) doesn't like pygame, and has some
trouble with directpy (island won't show up in the demo). More info
can be found about this trouble in the documentation for panda3d. I
would also suggest that opengl isn't a good choice because of
complexity of the install and updated version of the .dll that you end
up with when you try to install gimp.. For 2d stuff it is all 2d
array stuff so all you realy need is point and 2d arrays although that
is better handeled by the ui..
 
T

Tony Houghton

In <[email protected]>,
Stuart D. Gathman said:
Definitely. I teach a class for 7th to 12th grade where I use this
tutorial to introduce programming:

http://www.livewires.org.uk/python/
http://www.livewires.org.uk/python/pdfsheets.html

As an adult, just skip rapidly through the elementary material. The final
module (Games sheets) walks you through creating 3 2D games with pygame!

The OP should also look at pygame <http://www.pygame.org/> if that isn't
what the livewires module is based on. And if it is based on pygame he
should look at pygame anyway.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top